Shades of Red Oxide #5F170F
Tints of Red Oxide #5F170F
RGB
CMYK
RGB Variations
Color information
#5F170F (or 0x5F170F) is known color: Red Oxide. HEX triplet: 5F, 17 and 0F. RGB value is (95,23,15). Sum of RGB (Red+Green+Blue) = 95+23+15=133 (17% of max value = 765). Red value is 95 (37.5% from 255 or 71.43% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 95 - color contains mainly: red. Hex color #5F170F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F170F is #A0E8F0. Grayscale: #2B2B2B. Windows color (decimal): -10545393 or 989023. OLE color: 989023.
HSL color Cylindrical-coordinate representation of color #5F170F: hue angle of 6º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F170F is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 23 | 15 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.63 |
| HSL | 6º | 0.73% | 0.22% | - |
| HSV(B) | 6º | 0.84% | 0.37% | - |
| XYZ | 5.11 | 3.08 | 0.78 | - |
| YUV | 43.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 23 | 15 | 0 | 0.76 | 0.84 | 0.63 | 6 | 0.73 | 0.22 |
| Hex | 5F | 17 | F | 0 | 4C | 54 | 3F | 6 | 49 | 16 |
| Octal | 137 | 27 | 17 | 0 | 114 | 124 | 77 | 6 | 111 | 26 |
| Binary | 1011111 | 10111 | 1111 | 0 | 1001100 | 1010100 | 111111 | 110 | 1001001 | 10110 |
Color Harmonies of #5F170F
Complementary color
Monochromatic Colors of #5F170F
Black with #5F170F
Text Example
Text Example
White with #5F170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F170F; }
p { color: rgb(95,23,15); }
H1.HeaderClassName
{
color: #5F170F;
}
.AnyTagClassName
{
color: #5F170F;
}
</style>
background-color css
<style>
a { background-color: #5F170F; }
a { background-color: rgb(95,23,15); }
div.DivClassName
{
background-color: #5F170F;
}
.BgClassName
{
background-color: #5F170F;
}
</style>
border-color css
<style>
span { border-color: #5F170F; }
span { border-color: rgb(95,23,15); }
td.TdClassName
{
border-color: #5F170F;
}
.TagClassName
{
border-color: #5F170F;
}
</style>