Shades of Siren #5E2D3B
Tints of Siren #5E2D3B
RGB
CMYK
RGB Variations
Color information
#5E2D3B (or 0x5E2D3B) is known color: Siren. HEX triplet: 5E, 2D and 3B. RGB value is (94,45,59). Sum of RGB (Red+Green+Blue) = 94+45+59=198 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.47% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2D3B is #A1D2C4. Grayscale: #3D3D3D. Windows color (decimal): -10605253 or 3878238. OLE color: 3878238.
HSL color Cylindrical-coordinate representation of color #5E2D3B: hue angle of 342.86º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5E2D3B is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 45 | 59 | - |
CMYK | 0 | 0.52 | 0.37 | 0.63 |
HSL | 342.86º | 0.35% | 0.27% | - |
HSV(B) | 342.86º | 0.52% | 0.37% | - |
XYZ | 6.34 | 4.57 | 4.69 | - |
YUV | 61.25 | 126.73 | 151.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 45 | 59 | 0 | 0.52 | 0.37 | 0.63 | 342.86 | 0.35 | 0.27 |
Hex | 5E | 2D | 3B | 0 | 34 | 25 | 3F | 157 | 23 | 1B |
Octal | 136 | 55 | 73 | 0 | 64 | 45 | 77 | 527 | 43 | 33 |
Binary | 1011110 | 101101 | 111011 | 0 | 110100 | 100101 | 111111 | 101010111 | 100011 | 11011 |
Color Harmonies of #5E2D3B
Complementary color
Monochromatic Colors of #5E2D3B
Black with #5E2D3B
Text Example
Text Example
White with #5E2D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2D3B; }
p { color: rgb(94,45,59); }
H1.HeaderClassName
{
color: #5E2D3B;
}
.AnyTagClassName
{
color: #5E2D3B;
}
</style>
background-color css
<style>
a { background-color: #5E2D3B; }
a { background-color: rgb(94,45,59); }
div.DivClassName
{
background-color: #5E2D3B;
}
.BgClassName
{
background-color: #5E2D3B;
}
</style>
border-color css
<style>
span { border-color: #5E2D3B; }
span { border-color: rgb(94,45,59); }
td.TdClassName
{
border-color: #5E2D3B;
}
.TagClassName
{
border-color: #5E2D3B;
}
</style>