Shades of Siren #602133
Tints of Siren #602133
RGB
CMYK
RGB Variations
Color information
#602133 (or 0x602133) is known color: Siren. HEX triplet: 60, 21 and 33. RGB value is (96,33,51). Sum of RGB (Red+Green+Blue) = 96+33+51=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #602133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602133 is #9FDECC. Grayscale: #353535. Windows color (decimal): -10477261 or 3350880. OLE color: 3350880.
HSL color Cylindrical-coordinate representation of color #602133: hue angle of 342.86º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #602133 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 33 | 51 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.62 |
| HSL | 342.86º | 0.49% | 0.25% | - |
| HSV(B) | 342.86º | 0.66% | 0.38% | - |
| XYZ | 5.97 | 3.81 | 3.55 | - |
| YUV | 53.89 | 126.37 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 33 | 51 | 0 | 0.66 | 0.47 | 0.62 | 342.86 | 0.49 | 0.25 |
| Hex | 60 | 21 | 33 | 0 | 42 | 2F | 3E | 157 | 31 | 19 |
| Octal | 140 | 41 | 63 | 0 | 102 | 57 | 76 | 527 | 61 | 31 |
| Binary | 1100000 | 100001 | 110011 | 0 | 1000010 | 101111 | 111110 | 101010111 | 110001 | 11001 |
Color Harmonies of #602133
Complementary color
Monochromatic Colors of #602133
Black with #602133
Text Example
Text Example
White with #602133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602133; }
p { color: rgb(96,33,51); }
H1.HeaderClassName
{
color: #602133;
}
.AnyTagClassName
{
color: #602133;
}
</style>
background-color css
<style>
a { background-color: #602133; }
a { background-color: rgb(96,33,51); }
div.DivClassName
{
background-color: #602133;
}
.BgClassName
{
background-color: #602133;
}
</style>
border-color css
<style>
span { border-color: #602133; }
span { border-color: rgb(96,33,51); }
td.TdClassName
{
border-color: #602133;
}
.TagClassName
{
border-color: #602133;
}
</style>