Shades of Siren #602134
Tints of Siren #602134
RGB
CMYK
RGB Variations
Color information
#602134 (or 0x602134) is known color: Siren. HEX triplet: 60, 21 and 34. RGB value is (96,33,52). Sum of RGB (Red+Green+Blue) = 96+33+52=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #602134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602134 is #9FDECB. Grayscale: #353535. Windows color (decimal): -10477260 or 3416416. OLE color: 3416416.
HSL color Cylindrical-coordinate representation of color #602134: hue angle of 341.9º 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 #602134 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 33 | 52 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.62 |
| HSL | 341.9º | 0.49% | 0.25% | - |
| HSV(B) | 341.9º | 0.66% | 0.38% | - |
| XYZ | 5.99 | 3.82 | 3.67 | - |
| YUV | 54 | 126.87 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 33 | 52 | 0 | 0.66 | 0.46 | 0.62 | 341.9 | 0.49 | 0.25 |
| Hex | 60 | 21 | 34 | 0 | 42 | 2E | 3E | 156 | 31 | 19 |
| Octal | 140 | 41 | 64 | 0 | 102 | 56 | 76 | 526 | 61 | 31 |
| Binary | 1100000 | 100001 | 110100 | 0 | 1000010 | 101110 | 111110 | 101010110 | 110001 | 11001 |
Color Harmonies of #602134
Complementary color
Monochromatic Colors of #602134
Black with #602134
Text Example
Text Example
White with #602134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602134; }
p { color: rgb(96,33,52); }
H1.HeaderClassName
{
color: #602134;
}
.AnyTagClassName
{
color: #602134;
}
</style>
background-color css
<style>
a { background-color: #602134; }
a { background-color: rgb(96,33,52); }
div.DivClassName
{
background-color: #602134;
}
.BgClassName
{
background-color: #602134;
}
</style>
border-color css
<style>
span { border-color: #602134; }
span { border-color: rgb(96,33,52); }
td.TdClassName
{
border-color: #602134;
}
.TagClassName
{
border-color: #602134;
}
</style>