Shades of Siren #602A3F
Tints of Siren #602A3F
RGB
CMYK
RGB Variations
Color information
#602A3F (or 0x602A3F) is known color: Siren. HEX triplet: 60, 2A and 3F. RGB value is (96,42,63). Sum of RGB (Red+Green+Blue) = 96+42+63=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #602A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602A3F is #9FD5C0. Grayscale: #3C3C3C. Windows color (decimal): -10474945 or 4139616. OLE color: 4139616.
HSL color Cylindrical-coordinate representation of color #602A3F: hue angle of 336.67º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #602A3F is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 42 | 63 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.62 |
| HSL | 336.67º | 0.39% | 0.27% | - |
| HSV(B) | 336.67º | 0.56% | 0.38% | - |
| XYZ | 6.55 | 4.5 | 5.23 | - |
| YUV | 60.54 | 129.39 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 42 | 63 | 0 | 0.56 | 0.34 | 0.62 | 336.67 | 0.39 | 0.27 |
| Hex | 60 | 2A | 3F | 0 | 38 | 22 | 3E | 151 | 27 | 1B |
| Octal | 140 | 52 | 77 | 0 | 70 | 42 | 76 | 521 | 47 | 33 |
| Binary | 1100000 | 101010 | 111111 | 0 | 111000 | 100010 | 111110 | 101010001 | 100111 | 11011 |
Color Harmonies of #602A3F
Complementary color
Monochromatic Colors of #602A3F
Black with #602A3F
Text Example
Text Example
White with #602A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602A3F; }
p { color: rgb(96,42,63); }
H1.HeaderClassName
{
color: #602A3F;
}
.AnyTagClassName
{
color: #602A3F;
}
</style>
background-color css
<style>
a { background-color: #602A3F; }
a { background-color: rgb(96,42,63); }
div.DivClassName
{
background-color: #602A3F;
}
.BgClassName
{
background-color: #602A3F;
}
</style>
border-color css
<style>
span { border-color: #602A3F; }
span { border-color: rgb(96,42,63); }
td.TdClassName
{
border-color: #602A3F;
}
.TagClassName
{
border-color: #602A3F;
}
</style>