Shades of Siren #602F3F
Tints of Siren #602F3F
RGB
CMYK
RGB Variations
Color information
#602F3F (or 0x602F3F) is known color: Siren. HEX triplet: 60, 2F and 3F. RGB value is (96,47,63). Sum of RGB (Red+Green+Blue) = 96+47+63=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #602F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602F3F is #9FD0C0. Grayscale: #3F3F3F. Windows color (decimal): -10473665 or 4140896. OLE color: 4140896.
HSL color Cylindrical-coordinate representation of color #602F3F: hue angle of 340.41º 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 #602F3F is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 47 | 63 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.62 |
| HSL | 340.41º | 0.34% | 0.28% | - |
| HSV(B) | 340.41º | 0.51% | 0.38% | - |
| XYZ | 6.74 | 4.88 | 5.29 | - |
| YUV | 63.48 | 127.73 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 63 | 0 | 0.51 | 0.34 | 0.62 | 340.41 | 0.34 | 0.28 |
| Hex | 60 | 2F | 3F | 0 | 33 | 22 | 3E | 154 | 22 | 1C |
| Octal | 140 | 57 | 77 | 0 | 63 | 42 | 76 | 524 | 42 | 34 |
| Binary | 1100000 | 101111 | 111111 | 0 | 110011 | 100010 | 111110 | 101010100 | 100010 | 11100 |
Color Harmonies of #602F3F
Complementary color
Monochromatic Colors of #602F3F
Black with #602F3F
Text Example
Text Example
White with #602F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602F3F; }
p { color: rgb(96,47,63); }
H1.HeaderClassName
{
color: #602F3F;
}
.AnyTagClassName
{
color: #602F3F;
}
</style>
background-color css
<style>
a { background-color: #602F3F; }
a { background-color: rgb(96,47,63); }
div.DivClassName
{
background-color: #602F3F;
}
.BgClassName
{
background-color: #602F3F;
}
</style>
border-color css
<style>
span { border-color: #602F3F; }
span { border-color: rgb(96,47,63); }
td.TdClassName
{
border-color: #602F3F;
}
.TagClassName
{
border-color: #602F3F;
}
</style>