Shades of Siren #602D39
Tints of Siren #602D39
RGB
CMYK
RGB Variations
Color information
#602D39 (or 0x602D39) is known color: Siren. HEX triplet: 60, 2D and 39. RGB value is (96,45,57). Sum of RGB (Red+Green+Blue) = 96+45+57=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #602D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D39 is #9FD2C6. Grayscale: #3D3D3D. Windows color (decimal): -10474183 or 3747168. OLE color: 3747168.
HSL color Cylindrical-coordinate representation of color #602D39: hue angle of 345.88º 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 #602D39 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 45 | 57 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.62 |
| HSL | 345.88º | 0.36% | 0.28% | - |
| HSV(B) | 345.88º | 0.53% | 0.38% | - |
| XYZ | 6.5 | 4.66 | 4.43 | - |
| YUV | 61.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 57 | 0 | 0.53 | 0.41 | 0.62 | 345.88 | 0.36 | 0.28 |
| Hex | 60 | 2D | 39 | 0 | 35 | 29 | 3E | 15A | 24 | 1C |
| Octal | 140 | 55 | 71 | 0 | 65 | 51 | 76 | 532 | 44 | 34 |
| Binary | 1100000 | 101101 | 111001 | 0 | 110101 | 101001 | 111110 | 101011010 | 100100 | 11100 |
Color Harmonies of #602D39
Complementary color
Monochromatic Colors of #602D39
Black with #602D39
Text Example
Text Example
White with #602D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D39; }
p { color: rgb(96,45,57); }
H1.HeaderClassName
{
color: #602D39;
}
.AnyTagClassName
{
color: #602D39;
}
</style>
background-color css
<style>
a { background-color: #602D39; }
a { background-color: rgb(96,45,57); }
div.DivClassName
{
background-color: #602D39;
}
.BgClassName
{
background-color: #602D39;
}
</style>
border-color css
<style>
span { border-color: #602D39; }
span { border-color: rgb(96,45,57); }
td.TdClassName
{
border-color: #602D39;
}
.TagClassName
{
border-color: #602D39;
}
</style>