Shades of Siren #601D34
Tints of Siren #601D34
RGB
CMYK
RGB Variations
Color information
#601D34 (or 0x601D34) is known color: Siren. HEX triplet: 60, 1D and 34. RGB value is (96,29,52). Sum of RGB (Red+Green+Blue) = 96+29+52=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 52 (20.70% from 255 or 29.38% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #601D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601D34 is #9FE2CB. Grayscale: #333333. Windows color (decimal): -10478284 or 3415392. OLE color: 3415392.
HSL color Cylindrical-coordinate representation of color #601D34: hue angle of 339.4º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #601D34 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 29 | 52 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.62 |
| HSL | 339.4º | 0.54% | 0.25% | - |
| HSV(B) | 339.4º | 0.7% | 0.38% | - |
| XYZ | 5.88 | 3.61 | 3.64 | - |
| YUV | 51.66 | 128.2 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 29 | 52 | 0 | 0.70 | 0.46 | 0.62 | 339.4 | 0.54 | 0.25 |
| Hex | 60 | 1D | 34 | 0 | 46 | 2E | 3E | 153 | 36 | 19 |
| Octal | 140 | 35 | 64 | 0 | 106 | 56 | 76 | 523 | 66 | 31 |
| Binary | 1100000 | 11101 | 110100 | 0 | 1000110 | 101110 | 111110 | 101010011 | 110110 | 11001 |
Color Harmonies of #601D34
Complementary color
Monochromatic Colors of #601D34
Black with #601D34
Text Example
Text Example
White with #601D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601D34; }
p { color: rgb(96,29,52); }
H1.HeaderClassName
{
color: #601D34;
}
.AnyTagClassName
{
color: #601D34;
}
</style>
background-color css
<style>
a { background-color: #601D34; }
a { background-color: rgb(96,29,52); }
div.DivClassName
{
background-color: #601D34;
}
.BgClassName
{
background-color: #601D34;
}
</style>
border-color css
<style>
span { border-color: #601D34; }
span { border-color: rgb(96,29,52); }
td.TdClassName
{
border-color: #601D34;
}
.TagClassName
{
border-color: #601D34;
}
</style>