Shades of Siren #5E2F3E
Tints of Siren #5E2F3E
RGB
CMYK
RGB Variations
Color information
#5E2F3E (or 0x5E2F3E) is known color: Siren. HEX triplet: 5E, 2F and 3E. RGB value is (94,47,62). Sum of RGB (Red+Green+Blue) = 94+47+62=203 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.31% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2F3E is #A1D0C1. Grayscale: #3E3E3E. Windows color (decimal): -10604738 or 4075358. OLE color: 4075358.
HSL color Cylindrical-coordinate representation of color #5E2F3E: hue angle of 340.85º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E2F3E is Cyan = 0, Magento = 0.5, Yellow = 0.34 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 47 | 62 | - |
| CMYK | 0 | 0.5 | 0.34 | 0.63 |
| HSL | 340.85º | 0.33% | 0.28% | - |
| HSV(B) | 340.85º | 0.5% | 0.37% | - |
| XYZ | 6.5 | 4.76 | 5.13 | - |
| YUV | 62.76 | 127.57 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 47 | 62 | 0 | 0.5 | 0.34 | 0.63 | 340.85 | 0.33 | 0.28 |
| Hex | 5E | 2F | 3E | 0 | 32 | 22 | 3F | 155 | 21 | 1C |
| Octal | 136 | 57 | 76 | 0 | 62 | 42 | 77 | 525 | 41 | 34 |
| Binary | 1011110 | 101111 | 111110 | 0 | 110010 | 100010 | 111111 | 101010101 | 100001 | 11100 |
Color Harmonies of #5E2F3E
Complementary color
Monochromatic Colors of #5E2F3E
Black with #5E2F3E
Text Example
Text Example
White with #5E2F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2F3E; }
p { color: rgb(94,47,62); }
H1.HeaderClassName
{
color: #5E2F3E;
}
.AnyTagClassName
{
color: #5E2F3E;
}
</style>
background-color css
<style>
a { background-color: #5E2F3E; }
a { background-color: rgb(94,47,62); }
div.DivClassName
{
background-color: #5E2F3E;
}
.BgClassName
{
background-color: #5E2F3E;
}
</style>
border-color css
<style>
span { border-color: #5E2F3E; }
span { border-color: rgb(94,47,62); }
td.TdClassName
{
border-color: #5E2F3E;
}
.TagClassName
{
border-color: #5E2F3E;
}
</style>