Shades of Siren #602F3B
Tints of Siren #602F3B
RGB
CMYK
RGB Variations
Color information
#602F3B (or 0x602F3B) is known color: Siren. HEX triplet: 60, 2F and 3B. RGB value is (96,47,59). Sum of RGB (Red+Green+Blue) = 96+47+59=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 47 (18.75% from 255 or 23.27% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #602F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602F3B is #9FD0C4. Grayscale: #3F3F3F. Windows color (decimal): -10473669 or 3878752. OLE color: 3878752.
HSL color Cylindrical-coordinate representation of color #602F3B: hue angle of 345.31º 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 #602F3B is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 47 | 59 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.62 |
| HSL | 345.31º | 0.34% | 0.28% | - |
| HSV(B) | 345.31º | 0.51% | 0.38% | - |
| XYZ | 6.63 | 4.84 | 4.72 | - |
| YUV | 63.02 | 125.73 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 59 | 0 | 0.51 | 0.39 | 0.62 | 345.31 | 0.34 | 0.28 |
| Hex | 60 | 2F | 3B | 0 | 33 | 27 | 3E | 159 | 22 | 1C |
| Octal | 140 | 57 | 73 | 0 | 63 | 47 | 76 | 531 | 42 | 34 |
| Binary | 1100000 | 101111 | 111011 | 0 | 110011 | 100111 | 111110 | 101011001 | 100010 | 11100 |
Color Harmonies of #602F3B
Complementary color
Monochromatic Colors of #602F3B
Black with #602F3B
Text Example
Text Example
White with #602F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602F3B; }
p { color: rgb(96,47,59); }
H1.HeaderClassName
{
color: #602F3B;
}
.AnyTagClassName
{
color: #602F3B;
}
</style>
background-color css
<style>
a { background-color: #602F3B; }
a { background-color: rgb(96,47,59); }
div.DivClassName
{
background-color: #602F3B;
}
.BgClassName
{
background-color: #602F3B;
}
</style>
border-color css
<style>
span { border-color: #602F3B; }
span { border-color: rgb(96,47,59); }
td.TdClassName
{
border-color: #602F3B;
}
.TagClassName
{
border-color: #602F3B;
}
</style>