Shades of Siren #602C37
Tints of Siren #602C37
RGB
CMYK
RGB Variations
Color information
#602C37 (or 0x602C37) is known color: Siren. HEX triplet: 60, 2C and 37. RGB value is (96,44,55). Sum of RGB (Red+Green+Blue) = 96+44+55=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 55 (21.88% from 255 or 28.21% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #602C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602C37 is #9FD3C8. Grayscale: #3C3C3C. Windows color (decimal): -10474441 or 3615840. OLE color: 3615840.
HSL color Cylindrical-coordinate representation of color #602C37: hue angle of 347.31º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #602C37 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 44 | 55 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.62 |
| HSL | 347.31º | 0.37% | 0.27% | - |
| HSV(B) | 347.31º | 0.54% | 0.38% | - |
| XYZ | 6.41 | 4.56 | 4.16 | - |
| YUV | 60.8 | 124.73 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 55 | 0 | 0.54 | 0.43 | 0.62 | 347.31 | 0.37 | 0.27 |
| Hex | 60 | 2C | 37 | 0 | 36 | 2B | 3E | 15B | 25 | 1B |
| Octal | 140 | 54 | 67 | 0 | 66 | 53 | 76 | 533 | 45 | 33 |
| Binary | 1100000 | 101100 | 110111 | 0 | 110110 | 101011 | 111110 | 101011011 | 100101 | 11011 |
Color Harmonies of #602C37
Complementary color
Monochromatic Colors of #602C37
Black with #602C37
Text Example
Text Example
White with #602C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602C37; }
p { color: rgb(96,44,55); }
H1.HeaderClassName
{
color: #602C37;
}
.AnyTagClassName
{
color: #602C37;
}
</style>
background-color css
<style>
a { background-color: #602C37; }
a { background-color: rgb(96,44,55); }
div.DivClassName
{
background-color: #602C37;
}
.BgClassName
{
background-color: #602C37;
}
</style>
border-color css
<style>
span { border-color: #602C37; }
span { border-color: rgb(96,44,55); }
td.TdClassName
{
border-color: #602C37;
}
.TagClassName
{
border-color: #602C37;
}
</style>