Shades of Siren #602233
Tints of Siren #602233
RGB
CMYK
RGB Variations
Color information
#602233 (or 0x602233) is known color: Siren. HEX triplet: 60, 22 and 33. RGB value is (96,34,51). Sum of RGB (Red+Green+Blue) = 96+34+51=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 51 (20.31% from 255 or 28.18% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #602233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602233 is #9FDDCC. Grayscale: #363636. Windows color (decimal): -10477005 or 3351136. OLE color: 3351136.
HSL color Cylindrical-coordinate representation of color #602233: hue angle of 343.55º 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 #602233 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 34 | 51 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.62 |
| HSL | 343.55º | 0.48% | 0.25% | - |
| HSV(B) | 343.55º | 0.65% | 0.38% | - |
| XYZ | 5.99 | 3.87 | 3.56 | - |
| YUV | 54.48 | 126.04 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 34 | 51 | 0 | 0.65 | 0.47 | 0.62 | 343.55 | 0.48 | 0.25 |
| Hex | 60 | 22 | 33 | 0 | 41 | 2F | 3E | 158 | 30 | 19 |
| Octal | 140 | 42 | 63 | 0 | 101 | 57 | 76 | 530 | 60 | 31 |
| Binary | 1100000 | 100010 | 110011 | 0 | 1000001 | 101111 | 111110 | 101011000 | 110000 | 11001 |
Color Harmonies of #602233
Complementary color
Monochromatic Colors of #602233
Black with #602233
Text Example
Text Example
White with #602233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602233; }
p { color: rgb(96,34,51); }
H1.HeaderClassName
{
color: #602233;
}
.AnyTagClassName
{
color: #602233;
}
</style>
background-color css
<style>
a { background-color: #602233; }
a { background-color: rgb(96,34,51); }
div.DivClassName
{
background-color: #602233;
}
.BgClassName
{
background-color: #602233;
}
</style>
border-color css
<style>
span { border-color: #602233; }
span { border-color: rgb(96,34,51); }
td.TdClassName
{
border-color: #602233;
}
.TagClassName
{
border-color: #602233;
}
</style>