Shades of Siren #5F293E
Tints of Siren #5F293E
RGB
CMYK
RGB Variations
Color information
#5F293E (or 0x5F293E) is known color: Siren. HEX triplet: 5F, 29 and 3E. RGB value is (95,41,62). Sum of RGB (Red+Green+Blue) = 95+41+62=198 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.98% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 95 - color contains mainly: red. Hex color #5F293E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F293E is #A0D6C1. Grayscale: #3B3B3B. Windows color (decimal): -10540738 or 4073823. OLE color: 4073823.
HSL color Cylindrical-coordinate representation of color #5F293E: hue angle of 336.67º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F293E is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 41 | 62 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.63 |
| HSL | 336.67º | 0.4% | 0.27% | - |
| HSV(B) | 336.67º | 0.57% | 0.37% | - |
| XYZ | 6.38 | 4.37 | 5.06 | - |
| YUV | 59.54 | 129.39 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 41 | 62 | 0 | 0.57 | 0.35 | 0.63 | 336.67 | 0.4 | 0.27 |
| Hex | 5F | 29 | 3E | 0 | 39 | 23 | 3F | 151 | 28 | 1B |
| Octal | 137 | 51 | 76 | 0 | 71 | 43 | 77 | 521 | 50 | 33 |
| Binary | 1011111 | 101001 | 111110 | 0 | 111001 | 100011 | 111111 | 101010001 | 101000 | 11011 |
Color Harmonies of #5F293E
Complementary color
Monochromatic Colors of #5F293E
Black with #5F293E
Text Example
Text Example
White with #5F293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F293E; }
p { color: rgb(95,41,62); }
H1.HeaderClassName
{
color: #5F293E;
}
.AnyTagClassName
{
color: #5F293E;
}
</style>
background-color css
<style>
a { background-color: #5F293E; }
a { background-color: rgb(95,41,62); }
div.DivClassName
{
background-color: #5F293E;
}
.BgClassName
{
background-color: #5F293E;
}
</style>
border-color css
<style>
span { border-color: #5F293E; }
span { border-color: rgb(95,41,62); }
td.TdClassName
{
border-color: #5F293E;
}
.TagClassName
{
border-color: #5F293E;
}
</style>