Shades of Siren #5E233A
Tints of Siren #5E233A
RGB
CMYK
RGB Variations
Color information
#5E233A (or 0x5E233A) is known color: Siren. HEX triplet: 5E, 23 and 3A. RGB value is (94,35,58). Sum of RGB (Red+Green+Blue) = 94+35+58=187 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.27% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 94 - color contains mainly: red. Hex color #5E233A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E233A is #A1DCC5. Grayscale: #373737. Windows color (decimal): -10607814 or 3810142. OLE color: 3810142.
HSL color Cylindrical-coordinate representation of color #5E233A: hue angle of 336.61º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E233A is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 35 | 58 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.63 |
| HSL | 336.61º | 0.46% | 0.25% | - |
| HSV(B) | 336.61º | 0.63% | 0.37% | - |
| XYZ | 5.98 | 3.89 | 4.44 | - |
| YUV | 55.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 35 | 58 | 0 | 0.63 | 0.38 | 0.63 | 336.61 | 0.46 | 0.25 |
| Hex | 5E | 23 | 3A | 0 | 3F | 26 | 3F | 151 | 2E | 19 |
| Octal | 136 | 43 | 72 | 0 | 77 | 46 | 77 | 521 | 56 | 31 |
| Binary | 1011110 | 100011 | 111010 | 0 | 111111 | 100110 | 111111 | 101010001 | 101110 | 11001 |
Color Harmonies of #5E233A
Complementary color
Monochromatic Colors of #5E233A
Black with #5E233A
Text Example
Text Example
White with #5E233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E233A; }
p { color: rgb(94,35,58); }
H1.HeaderClassName
{
color: #5E233A;
}
.AnyTagClassName
{
color: #5E233A;
}
</style>
background-color css
<style>
a { background-color: #5E233A; }
a { background-color: rgb(94,35,58); }
div.DivClassName
{
background-color: #5E233A;
}
.BgClassName
{
background-color: #5E233A;
}
</style>
border-color css
<style>
span { border-color: #5E233A; }
span { border-color: rgb(94,35,58); }
td.TdClassName
{
border-color: #5E233A;
}
.TagClassName
{
border-color: #5E233A;
}
</style>