Shades of Siren #5E1D36
Tints of Siren #5E1D36
RGB
CMYK
RGB Variations
Color information
#5E1D36 (or 0x5E1D36) is known color: Siren. HEX triplet: 5E, 1D and 36. RGB value is (94,29,54). Sum of RGB (Red+Green+Blue) = 94+29+54=177 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.11% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 54 (21.48% from 255 or 30.51% from 177); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E1D36 is #A1E2C9. Grayscale: #333333. Windows color (decimal): -10609354 or 3546462. OLE color: 3546462.
HSL color Cylindrical-coordinate representation of color #5E1D36: hue angle of 336.92º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E1D36 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 29 | 54 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.63 |
| HSL | 336.92º | 0.53% | 0.24% | - |
| HSV(B) | 336.92º | 0.69% | 0.37% | - |
| XYZ | 5.72 | 3.52 | 3.87 | - |
| YUV | 51.29 | 129.53 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 29 | 54 | 0 | 0.69 | 0.43 | 0.63 | 336.92 | 0.53 | 0.24 |
| Hex | 5E | 1D | 36 | 0 | 45 | 2B | 3F | 151 | 35 | 18 |
| Octal | 136 | 35 | 66 | 0 | 105 | 53 | 77 | 521 | 65 | 30 |
| Binary | 1011110 | 11101 | 110110 | 0 | 1000101 | 101011 | 111111 | 101010001 | 110101 | 11000 |
Color Harmonies of #5E1D36
Complementary color
Monochromatic Colors of #5E1D36
Black with #5E1D36
Text Example
Text Example
White with #5E1D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1D36; }
p { color: rgb(94,29,54); }
H1.HeaderClassName
{
color: #5E1D36;
}
.AnyTagClassName
{
color: #5E1D36;
}
</style>
background-color css
<style>
a { background-color: #5E1D36; }
a { background-color: rgb(94,29,54); }
div.DivClassName
{
background-color: #5E1D36;
}
.BgClassName
{
background-color: #5E1D36;
}
</style>
border-color css
<style>
span { border-color: #5E1D36; }
span { border-color: rgb(94,29,54); }
td.TdClassName
{
border-color: #5E1D36;
}
.TagClassName
{
border-color: #5E1D36;
}
</style>