Shades of Siren #5E2E3C
Tints of Siren #5E2E3C
RGB
CMYK
RGB Variations
Color information
#5E2E3C (or 0x5E2E3C) is known color: Siren. HEX triplet: 5E, 2E and 3C. RGB value is (94,46,60). Sum of RGB (Red+Green+Blue) = 94+46+60=200 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2E3C is #A1D1C3. Grayscale: #3D3D3D. Windows color (decimal): -10604996 or 3944030. OLE color: 3944030.
HSL color Cylindrical-coordinate representation of color #5E2E3C: hue angle of 342.5º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E2E3C is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 46 | 60 | - |
CMYK | 0 | 0.51 | 0.36 | 0.63 |
HSL | 342.5º | 0.34% | 0.27% | - |
HSV(B) | 342.5º | 0.51% | 0.37% | - |
XYZ | 6.41 | 4.66 | 4.84 | - |
YUV | 61.95 | 126.9 | 150.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 46 | 60 | 0 | 0.51 | 0.36 | 0.63 | 342.5 | 0.34 | 0.27 |
Hex | 5E | 2E | 3C | 0 | 33 | 24 | 3F | 156 | 22 | 1B |
Octal | 136 | 56 | 74 | 0 | 63 | 44 | 77 | 526 | 42 | 33 |
Binary | 1011110 | 101110 | 111100 | 0 | 110011 | 100100 | 111111 | 101010110 | 100010 | 11011 |
Color Harmonies of #5E2E3C
Complementary color
Monochromatic Colors of #5E2E3C
Black with #5E2E3C
Text Example
Text Example
White with #5E2E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2E3C; }
p { color: rgb(94,46,60); }
H1.HeaderClassName
{
color: #5E2E3C;
}
.AnyTagClassName
{
color: #5E2E3C;
}
</style>
background-color css
<style>
a { background-color: #5E2E3C; }
a { background-color: rgb(94,46,60); }
div.DivClassName
{
background-color: #5E2E3C;
}
.BgClassName
{
background-color: #5E2E3C;
}
</style>
border-color css
<style>
span { border-color: #5E2E3C; }
span { border-color: rgb(94,46,60); }
td.TdClassName
{
border-color: #5E2E3C;
}
.TagClassName
{
border-color: #5E2E3C;
}
</style>