Shades of Siren #5E2F3B
Tints of Siren #5E2F3B
RGB
CMYK
RGB Variations
Color information
#5E2F3B (or 0x5E2F3B) is known color: Siren. HEX triplet: 5E, 2F and 3B. RGB value is (94,47,59). Sum of RGB (Red+Green+Blue) = 94+47+59=200 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2F3B is #A1D0C4. Grayscale: #3E3E3E. Windows color (decimal): -10604741 or 3878750. OLE color: 3878750.
HSL color Cylindrical-coordinate representation of color #5E2F3B: hue angle of 344.68º 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 #5E2F3B is Cyan = 0, Magento = 0.5, Yellow = 0.37 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 47 | 59 | - |
| CMYK | 0 | 0.5 | 0.37 | 0.63 |
| HSL | 344.68º | 0.33% | 0.28% | - |
| HSV(B) | 344.68º | 0.5% | 0.37% | - |
| XYZ | 6.42 | 4.73 | 4.71 | - |
| YUV | 62.42 | 126.07 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 47 | 59 | 0 | 0.5 | 0.37 | 0.63 | 344.68 | 0.33 | 0.28 |
| Hex | 5E | 2F | 3B | 0 | 32 | 25 | 3F | 159 | 21 | 1C |
| Octal | 136 | 57 | 73 | 0 | 62 | 45 | 77 | 531 | 41 | 34 |
| Binary | 1011110 | 101111 | 111011 | 0 | 110010 | 100101 | 111111 | 101011001 | 100001 | 11100 |
Color Harmonies of #5E2F3B
Complementary color
Monochromatic Colors of #5E2F3B
Black with #5E2F3B
Text Example
Text Example
White with #5E2F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2F3B; }
p { color: rgb(94,47,59); }
H1.HeaderClassName
{
color: #5E2F3B;
}
.AnyTagClassName
{
color: #5E2F3B;
}
</style>
background-color css
<style>
a { background-color: #5E2F3B; }
a { background-color: rgb(94,47,59); }
div.DivClassName
{
background-color: #5E2F3B;
}
.BgClassName
{
background-color: #5E2F3B;
}
</style>
border-color css
<style>
span { border-color: #5E2F3B; }
span { border-color: rgb(94,47,59); }
td.TdClassName
{
border-color: #5E2F3B;
}
.TagClassName
{
border-color: #5E2F3B;
}
</style>