Shades of Siren #5E2C3F
Tints of Siren #5E2C3F
RGB
CMYK
RGB Variations
Color information
#5E2C3F (or 0x5E2C3F) is known color: Siren. HEX triplet: 5E, 2C and 3F. RGB value is (94,44,63). Sum of RGB (Red+Green+Blue) = 94+44+63=201 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.77% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2C3F is #A1D3C0. Grayscale: #3D3D3D. Windows color (decimal): -10605505 or 4140126. OLE color: 4140126.
HSL color Cylindrical-coordinate representation of color #5E2C3F: hue angle of 337.2º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E2C3F is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 44 | 63 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.63 |
| HSL | 337.2º | 0.36% | 0.27% | - |
| HSV(B) | 337.2º | 0.53% | 0.37% | - |
| XYZ | 6.41 | 4.54 | 5.24 | - |
| YUV | 61.12 | 129.07 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 44 | 63 | 0 | 0.53 | 0.33 | 0.63 | 337.2 | 0.36 | 0.27 |
| Hex | 5E | 2C | 3F | 0 | 35 | 21 | 3F | 151 | 24 | 1B |
| Octal | 136 | 54 | 77 | 0 | 65 | 41 | 77 | 521 | 44 | 33 |
| Binary | 1011110 | 101100 | 111111 | 0 | 110101 | 100001 | 111111 | 101010001 | 100100 | 11011 |
Color Harmonies of #5E2C3F
Complementary color
Monochromatic Colors of #5E2C3F
Black with #5E2C3F
Text Example
Text Example
White with #5E2C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2C3F; }
p { color: rgb(94,44,63); }
H1.HeaderClassName
{
color: #5E2C3F;
}
.AnyTagClassName
{
color: #5E2C3F;
}
</style>
background-color css
<style>
a { background-color: #5E2C3F; }
a { background-color: rgb(94,44,63); }
div.DivClassName
{
background-color: #5E2C3F;
}
.BgClassName
{
background-color: #5E2C3F;
}
</style>
border-color css
<style>
span { border-color: #5E2C3F; }
span { border-color: rgb(94,44,63); }
td.TdClassName
{
border-color: #5E2C3F;
}
.TagClassName
{
border-color: #5E2C3F;
}
</style>