Shades of Siren #602D37
Tints of Siren #602D37
RGB
CMYK
RGB Variations
Color information
#602D37 (or 0x602D37) is known color: Siren. HEX triplet: 60, 2D and 37. RGB value is (96,45,55). Sum of RGB (Red+Green+Blue) = 96+45+55=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 55 (21.88% from 255 or 28.06% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #602D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D37 is #9FD2C8. Grayscale: #3D3D3D. Windows color (decimal): -10474185 or 3616096. OLE color: 3616096.
HSL color Cylindrical-coordinate representation of color #602D37: hue angle of 348.24º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #602D37 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 45 | 55 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.62 |
| HSL | 348.24º | 0.36% | 0.28% | - |
| HSV(B) | 348.24º | 0.53% | 0.38% | - |
| XYZ | 6.45 | 4.64 | 4.17 | - |
| YUV | 61.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 55 | 0 | 0.53 | 0.43 | 0.62 | 348.24 | 0.36 | 0.28 |
| Hex | 60 | 2D | 37 | 0 | 35 | 2B | 3E | 15C | 24 | 1C |
| Octal | 140 | 55 | 67 | 0 | 65 | 53 | 76 | 534 | 44 | 34 |
| Binary | 1100000 | 101101 | 110111 | 0 | 110101 | 101011 | 111110 | 101011100 | 100100 | 11100 |
Color Harmonies of #602D37
Complementary color
Monochromatic Colors of #602D37
Black with #602D37
Text Example
Text Example
White with #602D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D37; }
p { color: rgb(96,45,55); }
H1.HeaderClassName
{
color: #602D37;
}
.AnyTagClassName
{
color: #602D37;
}
</style>
background-color css
<style>
a { background-color: #602D37; }
a { background-color: rgb(96,45,55); }
div.DivClassName
{
background-color: #602D37;
}
.BgClassName
{
background-color: #602D37;
}
</style>
border-color css
<style>
span { border-color: #602D37; }
span { border-color: rgb(96,45,55); }
td.TdClassName
{
border-color: #602D37;
}
.TagClassName
{
border-color: #602D37;
}
</style>