Shades of Siren #5F2F39
Tints of Siren #5F2F39
RGB
CMYK
RGB Variations
Color information
#5F2F39 (or 0x5F2F39) is known color: Siren. HEX triplet: 5F, 2F and 39. RGB value is (95,47,57). Sum of RGB (Red+Green+Blue) = 95+47+57=199 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.74% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 57 (22.66% from 255 or 28.64% from 199); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2F39 is #A0D0C6. Grayscale: #3E3E3E. Windows color (decimal): -10539207 or 3747679. OLE color: 3747679.
HSL color Cylindrical-coordinate representation of color #5F2F39: hue angle of 347.5º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F2F39 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 47 | 57 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.63 |
| HSL | 347.5º | 0.34% | 0.28% | - |
| HSV(B) | 347.5º | 0.51% | 0.37% | - |
| XYZ | 6.47 | 4.76 | 4.45 | - |
| YUV | 62.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 47 | 57 | 0 | 0.51 | 0.40 | 0.63 | 347.5 | 0.34 | 0.28 |
| Hex | 5F | 2F | 39 | 0 | 33 | 28 | 3F | 15C | 22 | 1C |
| Octal | 137 | 57 | 71 | 0 | 63 | 50 | 77 | 534 | 42 | 34 |
| Binary | 1011111 | 101111 | 111001 | 0 | 110011 | 101000 | 111111 | 101011100 | 100010 | 11100 |
Color Harmonies of #5F2F39
Complementary color
Monochromatic Colors of #5F2F39
Black with #5F2F39
Text Example
Text Example
White with #5F2F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2F39; }
p { color: rgb(95,47,57); }
H1.HeaderClassName
{
color: #5F2F39;
}
.AnyTagClassName
{
color: #5F2F39;
}
</style>
background-color css
<style>
a { background-color: #5F2F39; }
a { background-color: rgb(95,47,57); }
div.DivClassName
{
background-color: #5F2F39;
}
.BgClassName
{
background-color: #5F2F39;
}
</style>
border-color css
<style>
span { border-color: #5F2F39; }
span { border-color: rgb(95,47,57); }
td.TdClassName
{
border-color: #5F2F39;
}
.TagClassName
{
border-color: #5F2F39;
}
</style>