Shades of Siren #602035
Tints of Siren #602035
RGB
CMYK
RGB Variations
Color information
#602035 (or 0x602035) is known color: Siren. HEX triplet: 60, 20 and 35. RGB value is (96,32,53). Sum of RGB (Red+Green+Blue) = 96+32+53=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #602035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602035 is #9FDFCA. Grayscale: #353535. Windows color (decimal): -10477515 or 3481696. OLE color: 3481696.
HSL color Cylindrical-coordinate representation of color #602035: hue angle of 340.31º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602035 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 32 | 53 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.62 |
| HSL | 340.31º | 0.5% | 0.25% | - |
| HSV(B) | 340.31º | 0.67% | 0.38% | - |
| XYZ | 5.98 | 3.78 | 3.78 | - |
| YUV | 53.53 | 127.7 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 32 | 53 | 0 | 0.67 | 0.45 | 0.62 | 340.31 | 0.5 | 0.25 |
| Hex | 60 | 20 | 35 | 0 | 43 | 2D | 3E | 154 | 32 | 19 |
| Octal | 140 | 40 | 65 | 0 | 103 | 55 | 76 | 524 | 62 | 31 |
| Binary | 1100000 | 100000 | 110101 | 0 | 1000011 | 101101 | 111110 | 101010100 | 110010 | 11001 |
Color Harmonies of #602035
Complementary color
Monochromatic Colors of #602035
Black with #602035
Text Example
Text Example
White with #602035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602035; }
p { color: rgb(96,32,53); }
H1.HeaderClassName
{
color: #602035;
}
.AnyTagClassName
{
color: #602035;
}
</style>
background-color css
<style>
a { background-color: #602035; }
a { background-color: rgb(96,32,53); }
div.DivClassName
{
background-color: #602035;
}
.BgClassName
{
background-color: #602035;
}
</style>
border-color css
<style>
span { border-color: #602035; }
span { border-color: rgb(96,32,53); }
td.TdClassName
{
border-color: #602035;
}
.TagClassName
{
border-color: #602035;
}
</style>