Shades of Siren #602F39
Tints of Siren #602F39
RGB
CMYK
RGB Variations
Color information
#602F39 (or 0x602F39) is known color: Siren. HEX triplet: 60, 2F and 39. RGB value is (96,47,57). Sum of RGB (Red+Green+Blue) = 96+47+57=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 57 (22.66% from 255 or 28.5% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #602F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602F39 is #9FD0C6. Grayscale: #3E3E3E. Windows color (decimal): -10473671 or 3747680. OLE color: 3747680.
HSL color Cylindrical-coordinate representation of color #602F39: hue angle of 347.76º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #602F39 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 47 | 57 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.62 |
| HSL | 347.76º | 0.34% | 0.28% | - |
| HSV(B) | 347.76º | 0.51% | 0.38% | - |
| XYZ | 6.58 | 4.82 | 4.45 | - |
| YUV | 62.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 57 | 0 | 0.51 | 0.41 | 0.62 | 347.76 | 0.34 | 0.28 |
| Hex | 60 | 2F | 39 | 0 | 33 | 29 | 3E | 15C | 22 | 1C |
| Octal | 140 | 57 | 71 | 0 | 63 | 51 | 76 | 534 | 42 | 34 |
| Binary | 1100000 | 101111 | 111001 | 0 | 110011 | 101001 | 111110 | 101011100 | 100010 | 11100 |
Color Harmonies of #602F39
Complementary color
Monochromatic Colors of #602F39
Black with #602F39
Text Example
Text Example
White with #602F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602F39; }
p { color: rgb(96,47,57); }
H1.HeaderClassName
{
color: #602F39;
}
.AnyTagClassName
{
color: #602F39;
}
</style>
background-color css
<style>
a { background-color: #602F39; }
a { background-color: rgb(96,47,57); }
div.DivClassName
{
background-color: #602F39;
}
.BgClassName
{
background-color: #602F39;
}
</style>
border-color css
<style>
span { border-color: #602F39; }
span { border-color: rgb(96,47,57); }
td.TdClassName
{
border-color: #602F39;
}
.TagClassName
{
border-color: #602F39;
}
</style>