Shades of Siren #5F313F
Tints of Siren #5F313F
RGB
CMYK
RGB Variations
Color information
#5F313F (or 0x5F313F) is known color: Siren. HEX triplet: 5F, 31 and 3F. RGB value is (95,49,63). Sum of RGB (Red+Green+Blue) = 95+49+63=207 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.89% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 95 - color contains mainly: red. Hex color #5F313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F313F is #A0CEC0. Grayscale: #404040. Windows color (decimal): -10538689 or 4141407. OLE color: 4141407.
HSL color Cylindrical-coordinate representation of color #5F313F: hue angle of 341.74º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F313F is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 49 | 63 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.63 |
| HSL | 341.74º | 0.32% | 0.28% | - |
| HSV(B) | 341.74º | 0.48% | 0.37% | - |
| XYZ | 6.71 | 4.99 | 5.31 | - |
| YUV | 64.35 | 127.24 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 49 | 63 | 0 | 0.48 | 0.34 | 0.63 | 341.74 | 0.32 | 0.28 |
| Hex | 5F | 31 | 3F | 0 | 30 | 22 | 3F | 156 | 20 | 1C |
| Octal | 137 | 61 | 77 | 0 | 60 | 42 | 77 | 526 | 40 | 34 |
| Binary | 1011111 | 110001 | 111111 | 0 | 110000 | 100010 | 111111 | 101010110 | 100000 | 11100 |
Color Harmonies of #5F313F
Complementary color
Monochromatic Colors of #5F313F
Black with #5F313F
Text Example
Text Example
White with #5F313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F313F; }
p { color: rgb(95,49,63); }
H1.HeaderClassName
{
color: #5F313F;
}
.AnyTagClassName
{
color: #5F313F;
}
</style>
background-color css
<style>
a { background-color: #5F313F; }
a { background-color: rgb(95,49,63); }
div.DivClassName
{
background-color: #5F313F;
}
.BgClassName
{
background-color: #5F313F;
}
</style>
border-color css
<style>
span { border-color: #5F313F; }
span { border-color: rgb(95,49,63); }
td.TdClassName
{
border-color: #5F313F;
}
.TagClassName
{
border-color: #5F313F;
}
</style>