Shades of Siren #5F2035
Tints of Siren #5F2035
RGB
CMYK
RGB Variations
Color information
#5F2035 (or 0x5F2035) is known color: Siren. HEX triplet: 5F, 20 and 35. RGB value is (95,32,53). Sum of RGB (Red+Green+Blue) = 95+32+53=180 (23% of max value = 765). Red value is 95 (37.5% from 255 or 52.78% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 53 (21.09% from 255 or 29.44% from 180); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2035 is #A0DFCA. Grayscale: #353535. Windows color (decimal): -10543051 or 3481695. OLE color: 3481695.
HSL color Cylindrical-coordinate representation of color #5F2035: hue angle of 340º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F2035 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 32 | 53 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.63 |
| HSL | 340º | 0.5% | 0.25% | - |
| HSV(B) | 340º | 0.66% | 0.37% | - |
| XYZ | 5.88 | 3.72 | 3.78 | - |
| YUV | 53.23 | 127.87 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 32 | 53 | 0 | 0.66 | 0.44 | 0.63 | 340 | 0.5 | 0.25 |
| Hex | 5F | 20 | 35 | 0 | 42 | 2C | 3F | 154 | 32 | 19 |
| Octal | 137 | 40 | 65 | 0 | 102 | 54 | 77 | 524 | 62 | 31 |
| Binary | 1011111 | 100000 | 110101 | 0 | 1000010 | 101100 | 111111 | 101010100 | 110010 | 11001 |
Color Harmonies of #5F2035
Complementary color
Monochromatic Colors of #5F2035
Black with #5F2035
Text Example
Text Example
White with #5F2035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2035; }
p { color: rgb(95,32,53); }
H1.HeaderClassName
{
color: #5F2035;
}
.AnyTagClassName
{
color: #5F2035;
}
</style>
background-color css
<style>
a { background-color: #5F2035; }
a { background-color: rgb(95,32,53); }
div.DivClassName
{
background-color: #5F2035;
}
.BgClassName
{
background-color: #5F2035;
}
</style>
border-color css
<style>
span { border-color: #5F2035; }
span { border-color: rgb(95,32,53); }
td.TdClassName
{
border-color: #5F2035;
}
.TagClassName
{
border-color: #5F2035;
}
</style>