[R] Finding a color code.

Greg Snow Greg.Snow at intermountainmail.org
Mon Jun 26 18:40:06 CEST 2006


You can use the following:

> rgb(185, 35, 80, max=255)

Which gives "#B92350"

Or if you want a color name, the closest I found is "maroon" which is
red: 176, green: 48, blue: 96

Hope this helps, 


-- 
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.snow at intermountainmail.org
(801) 408-8111
 

-----Original Message-----
From: r-help-bounces at stat.math.ethz.ch
[mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of A Ezhil
Sent: Monday, June 26, 2006 10:17 AM
To: R-help at stat.math.ethz.ch
Subject: [R] Finding a color code.

Hi,

Is it possible to find corresponding color code in R for the following
RGB (R185, G35 & B80)? 

Thanks in advance.

Best regards,
Ezhil

______________________________________________
R-help at stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide!
http://www.R-project.org/posting-guide.html



More information about the R-help mailing list