Shades of Siren #602239
Tints of Siren #602239
RGB
CMYK
RGB Variations
Color information
#602239 (or 0x602239) is known color: Siren. HEX triplet: 60, 22 and 39. RGB value is (96,34,57). Sum of RGB (Red+Green+Blue) = 96+34+57=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 57 (22.66% from 255 or 30.48% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #602239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602239 is #9FDDC6. Grayscale: #373737. Windows color (decimal): -10476999 or 3744352. OLE color: 3744352.
HSL color Cylindrical-coordinate representation of color #602239: hue angle of 337.74º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #602239 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 34 | 57 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.62 |
| HSL | 337.74º | 0.48% | 0.25% | - |
| HSV(B) | 337.74º | 0.65% | 0.38% | - |
| XYZ | 6.13 | 3.93 | 4.31 | - |
| YUV | 55.16 | 129.04 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 34 | 57 | 0 | 0.65 | 0.41 | 0.62 | 337.74 | 0.48 | 0.25 |
| Hex | 60 | 22 | 39 | 0 | 41 | 29 | 3E | 152 | 30 | 19 |
| Octal | 140 | 42 | 71 | 0 | 101 | 51 | 76 | 522 | 60 | 31 |
| Binary | 1100000 | 100010 | 111001 | 0 | 1000001 | 101001 | 111110 | 101010010 | 110000 | 11001 |
Color Harmonies of #602239
Complementary color
Monochromatic Colors of #602239
Black with #602239
Text Example
Text Example
White with #602239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602239; }
p { color: rgb(96,34,57); }
H1.HeaderClassName
{
color: #602239;
}
.AnyTagClassName
{
color: #602239;
}
</style>
background-color css
<style>
a { background-color: #602239; }
a { background-color: rgb(96,34,57); }
div.DivClassName
{
background-color: #602239;
}
.BgClassName
{
background-color: #602239;
}
</style>
border-color css
<style>
span { border-color: #602239; }
span { border-color: rgb(96,34,57); }
td.TdClassName
{
border-color: #602239;
}
.TagClassName
{
border-color: #602239;
}
</style>