Shades of Siren #5E2B3A
Tints of Siren #5E2B3A
RGB
CMYK
RGB Variations
Color information
#5E2B3A (or 0x5E2B3A) is known color: Siren. HEX triplet: 5E, 2B and 3A. RGB value is (94,43,58). Sum of RGB (Red+Green+Blue) = 94+43+58=195 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.21% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2B3A is #A1D4C5. Grayscale: #3B3B3B. Windows color (decimal): -10605766 or 3812190. OLE color: 3812190.
HSL color Cylindrical-coordinate representation of color #5E2B3A: hue angle of 342.35º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E2B3A is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 43 | 58 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.63 |
| HSL | 342.35º | 0.37% | 0.27% | - |
| HSV(B) | 342.35º | 0.54% | 0.37% | - |
| XYZ | 6.24 | 4.41 | 4.53 | - |
| YUV | 59.96 | 126.9 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 43 | 58 | 0 | 0.54 | 0.38 | 0.63 | 342.35 | 0.37 | 0.27 |
| Hex | 5E | 2B | 3A | 0 | 36 | 26 | 3F | 156 | 25 | 1B |
| Octal | 136 | 53 | 72 | 0 | 66 | 46 | 77 | 526 | 45 | 33 |
| Binary | 1011110 | 101011 | 111010 | 0 | 110110 | 100110 | 111111 | 101010110 | 100101 | 11011 |
Color Harmonies of #5E2B3A
Complementary color
Monochromatic Colors of #5E2B3A
Black with #5E2B3A
Text Example
Text Example
White with #5E2B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2B3A; }
p { color: rgb(94,43,58); }
H1.HeaderClassName
{
color: #5E2B3A;
}
.AnyTagClassName
{
color: #5E2B3A;
}
</style>
background-color css
<style>
a { background-color: #5E2B3A; }
a { background-color: rgb(94,43,58); }
div.DivClassName
{
background-color: #5E2B3A;
}
.BgClassName
{
background-color: #5E2B3A;
}
</style>
border-color css
<style>
span { border-color: #5E2B3A; }
span { border-color: rgb(94,43,58); }
td.TdClassName
{
border-color: #5E2B3A;
}
.TagClassName
{
border-color: #5E2B3A;
}
</style>