Shades of Siren #602935
Tints of Siren #602935
RGB
CMYK
RGB Variations
Color information
#602935 (or 0x602935) is known color: Siren. HEX triplet: 60, 29 and 35. RGB value is (96,41,53). Sum of RGB (Red+Green+Blue) = 96+41+53=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #602935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602935 is #9FD6CA. Grayscale: #3A3A3A. Windows color (decimal): -10475211 or 3484000. OLE color: 3484000.
HSL color Cylindrical-coordinate representation of color #602935: hue angle of 346.91º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #602935 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 41 | 53 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.62 |
| HSL | 346.91º | 0.4% | 0.27% | - |
| HSV(B) | 346.91º | 0.57% | 0.38% | - |
| XYZ | 6.26 | 4.33 | 3.87 | - |
| YUV | 58.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 41 | 53 | 0 | 0.57 | 0.45 | 0.62 | 346.91 | 0.4 | 0.27 |
| Hex | 60 | 29 | 35 | 0 | 39 | 2D | 3E | 15B | 28 | 1B |
| Octal | 140 | 51 | 65 | 0 | 71 | 55 | 76 | 533 | 50 | 33 |
| Binary | 1100000 | 101001 | 110101 | 0 | 111001 | 101101 | 111110 | 101011011 | 101000 | 11011 |
Color Harmonies of #602935
Complementary color
Monochromatic Colors of #602935
Black with #602935
Text Example
Text Example
White with #602935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602935; }
p { color: rgb(96,41,53); }
H1.HeaderClassName
{
color: #602935;
}
.AnyTagClassName
{
color: #602935;
}
</style>
background-color css
<style>
a { background-color: #602935; }
a { background-color: rgb(96,41,53); }
div.DivClassName
{
background-color: #602935;
}
.BgClassName
{
background-color: #602935;
}
</style>
border-color css
<style>
span { border-color: #602935; }
span { border-color: rgb(96,41,53); }
td.TdClassName
{
border-color: #602935;
}
.TagClassName
{
border-color: #602935;
}
</style>