Shades of Siren #601E38
Tints of Siren #601E38
RGB
CMYK
RGB Variations
Color information
#601E38 (or 0x601E38) is known color: Siren. HEX triplet: 60, 1E and 38. RGB value is (96,30,56). Sum of RGB (Red+Green+Blue) = 96+30+56=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #601E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601E38 is #9FE1C7. Grayscale: #343434. Windows color (decimal): -10478024 or 3677792. OLE color: 3677792.
HSL color Cylindrical-coordinate representation of color #601E38: hue angle of 336.36º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #601E38 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 30 | 56 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.62 |
| HSL | 336.36º | 0.52% | 0.25% | - |
| HSV(B) | 336.36º | 0.69% | 0.38% | - |
| XYZ | 6 | 3.7 | 4.14 | - |
| YUV | 52.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 30 | 56 | 0 | 0.69 | 0.42 | 0.62 | 336.36 | 0.52 | 0.25 |
| Hex | 60 | 1E | 38 | 0 | 45 | 2A | 3E | 150 | 34 | 19 |
| Octal | 140 | 36 | 70 | 0 | 105 | 52 | 76 | 520 | 64 | 31 |
| Binary | 1100000 | 11110 | 111000 | 0 | 1000101 | 101010 | 111110 | 101010000 | 110100 | 11001 |
Color Harmonies of #601E38
Complementary color
Monochromatic Colors of #601E38
Black with #601E38
Text Example
Text Example
White with #601E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601E38; }
p { color: rgb(96,30,56); }
H1.HeaderClassName
{
color: #601E38;
}
.AnyTagClassName
{
color: #601E38;
}
</style>
background-color css
<style>
a { background-color: #601E38; }
a { background-color: rgb(96,30,56); }
div.DivClassName
{
background-color: #601E38;
}
.BgClassName
{
background-color: #601E38;
}
</style>
border-color css
<style>
span { border-color: #601E38; }
span { border-color: rgb(96,30,56); }
td.TdClassName
{
border-color: #601E38;
}
.TagClassName
{
border-color: #601E38;
}
</style>