Shades of Siren #602F40
Tints of Siren #602F40
RGB
CMYK
RGB Variations
Color information
#602F40 (or 0x602F40) is known color: Siren. HEX triplet: 60, 2F and 40. RGB value is (96,47,64). Sum of RGB (Red+Green+Blue) = 96+47+64=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 47 (18.75% from 255 or 22.71% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #602F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602F40 is #9FD0BF. Grayscale: #3F3F3F. Windows color (decimal): -10473664 or 4206432. OLE color: 4206432.
HSL color Cylindrical-coordinate representation of color #602F40: hue angle of 339.18º 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 #602F40 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 47 | 64 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.62 |
| HSL | 339.18º | 0.34% | 0.28% | - |
| HSV(B) | 339.18º | 0.51% | 0.38% | - |
| XYZ | 6.77 | 4.89 | 5.44 | - |
| YUV | 63.59 | 128.23 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 64 | 0 | 0.51 | 0.33 | 0.62 | 339.18 | 0.34 | 0.28 |
| Hex | 60 | 2F | 40 | 0 | 33 | 21 | 3E | 153 | 22 | 1C |
| Octal | 140 | 57 | 100 | 0 | 63 | 41 | 76 | 523 | 42 | 34 |
| Binary | 1100000 | 101111 | 1000000 | 0 | 110011 | 100001 | 111110 | 101010011 | 100010 | 11100 |
Color Harmonies of #602F40
Complementary color
Monochromatic Colors of #602F40
Black with #602F40
Text Example
Text Example
White with #602F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602F40; }
p { color: rgb(96,47,64); }
H1.HeaderClassName
{
color: #602F40;
}
.AnyTagClassName
{
color: #602F40;
}
</style>
background-color css
<style>
a { background-color: #602F40; }
a { background-color: rgb(96,47,64); }
div.DivClassName
{
background-color: #602F40;
}
.BgClassName
{
background-color: #602F40;
}
</style>
border-color css
<style>
span { border-color: #602F40; }
span { border-color: rgb(96,47,64); }
td.TdClassName
{
border-color: #602F40;
}
.TagClassName
{
border-color: #602F40;
}
</style>