Shades of Siren #5E293E
Tints of Siren #5E293E
RGB
CMYK
RGB Variations
Color information
#5E293E (or 0x5E293E) is known color: Siren. HEX triplet: 5E, 29 and 3E. RGB value is (94,41,62). Sum of RGB (Red+Green+Blue) = 94+41+62=197 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.72% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 94 - color contains mainly: red. Hex color #5E293E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E293E is #A1D6C1. Grayscale: #3B3B3B. Windows color (decimal): -10606274 or 4073822. OLE color: 4073822.
HSL color Cylindrical-coordinate representation of color #5E293E: hue angle of 336.23º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E293E is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 41 | 62 | - |
CMYK | 0 | 0.56 | 0.34 | 0.63 |
HSL | 336.23º | 0.39% | 0.26% | - |
HSV(B) | 336.23º | 0.56% | 0.37% | - |
XYZ | 6.28 | 4.31 | 5.06 | - |
YUV | 59.24 | 129.56 | 152.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 41 | 62 | 0 | 0.56 | 0.34 | 0.63 | 336.23 | 0.39 | 0.26 |
Hex | 5E | 29 | 3E | 0 | 38 | 22 | 3F | 150 | 27 | 1A |
Octal | 136 | 51 | 76 | 0 | 70 | 42 | 77 | 520 | 47 | 32 |
Binary | 1011110 | 101001 | 111110 | 0 | 111000 | 100010 | 111111 | 101010000 | 100111 | 11010 |
Color Harmonies of #5E293E
Complementary color
Monochromatic Colors of #5E293E
Black with #5E293E
Text Example
Text Example
White with #5E293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E293E; }
p { color: rgb(94,41,62); }
H1.HeaderClassName
{
color: #5E293E;
}
.AnyTagClassName
{
color: #5E293E;
}
</style>
background-color css
<style>
a { background-color: #5E293E; }
a { background-color: rgb(94,41,62); }
div.DivClassName
{
background-color: #5E293E;
}
.BgClassName
{
background-color: #5E293E;
}
</style>
border-color css
<style>
span { border-color: #5E293E; }
span { border-color: rgb(94,41,62); }
td.TdClassName
{
border-color: #5E293E;
}
.TagClassName
{
border-color: #5E293E;
}
</style>