Shades of Siren #5F233A
Tints of Siren #5F233A
RGB
CMYK
RGB Variations
Color information
#5F233A (or 0x5F233A) is known color: Siren. HEX triplet: 5F, 23 and 3A. RGB value is (95,35,58). Sum of RGB (Red+Green+Blue) = 95+35+58=188 (24% of max value = 765). Red value is 95 (37.5% from 255 or 50.53% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 95 - color contains mainly: red. Hex color #5F233A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F233A is #A0DCC5. Grayscale: #373737. Windows color (decimal): -10542278 or 3810143. OLE color: 3810143.
HSL color Cylindrical-coordinate representation of color #5F233A: hue angle of 337º 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 #5F233A is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 35 | 58 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.63 |
| HSL | 337º | 0.46% | 0.25% | - |
| HSV(B) | 337º | 0.63% | 0.37% | - |
| XYZ | 6.08 | 3.94 | 4.44 | - |
| YUV | 55.56 | 129.38 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 35 | 58 | 0 | 0.63 | 0.39 | 0.63 | 337 | 0.46 | 0.25 |
| Hex | 5F | 23 | 3A | 0 | 3F | 27 | 3F | 151 | 2E | 19 |
| Octal | 137 | 43 | 72 | 0 | 77 | 47 | 77 | 521 | 56 | 31 |
| Binary | 1011111 | 100011 | 111010 | 0 | 111111 | 100111 | 111111 | 101010001 | 101110 | 11001 |
Color Harmonies of #5F233A
Complementary color
Monochromatic Colors of #5F233A
Black with #5F233A
Text Example
Text Example
White with #5F233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F233A; }
p { color: rgb(95,35,58); }
H1.HeaderClassName
{
color: #5F233A;
}
.AnyTagClassName
{
color: #5F233A;
}
</style>
background-color css
<style>
a { background-color: #5F233A; }
a { background-color: rgb(95,35,58); }
div.DivClassName
{
background-color: #5F233A;
}
.BgClassName
{
background-color: #5F233A;
}
</style>
border-color css
<style>
span { border-color: #5F233A; }
span { border-color: rgb(95,35,58); }
td.TdClassName
{
border-color: #5F233A;
}
.TagClassName
{
border-color: #5F233A;
}
</style>