Shades of Red Oxide #5F1B0F
Tints of Red Oxide #5F1B0F
RGB
CMYK
RGB Variations
Color information
#5F1B0F (or 0x5F1B0F) is known color: Red Oxide. HEX triplet: 5F, 1B and 0F. RGB value is (95,27,15). Sum of RGB (Red+Green+Blue) = 95+27+15=137 (18% of max value = 765). Red value is 95 (37.5% from 255 or 69.34% from 137); Green value is 27 (10.94% from 255 or 19.71% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F1B0F is #A0E4F0. Grayscale: #2E2E2E. Windows color (decimal): -10544369 or 990047. OLE color: 990047.
HSL color Cylindrical-coordinate representation of color #5F1B0F: hue angle of 9º 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 #5F1B0F is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 27 | 15 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.63 |
| HSL | 9º | 0.73% | 0.22% | - |
| HSV(B) | 9º | 0.84% | 0.37% | - |
| XYZ | 5.2 | 3.25 | 0.81 | - |
| YUV | 45.96 | 110.53 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 27 | 15 | 0 | 0.72 | 0.84 | 0.63 | 9 | 0.73 | 0.22 |
| Hex | 5F | 1B | F | 0 | 48 | 54 | 3F | 9 | 49 | 16 |
| Octal | 137 | 33 | 17 | 0 | 110 | 124 | 77 | 11 | 111 | 26 |
| Binary | 1011111 | 11011 | 1111 | 0 | 1001000 | 1010100 | 111111 | 1001 | 1001001 | 10110 |
Color Harmonies of #5F1B0F
Complementary color
Monochromatic Colors of #5F1B0F
Black with #5F1B0F
Text Example
Text Example
White with #5F1B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1B0F; }
p { color: rgb(95,27,15); }
H1.HeaderClassName
{
color: #5F1B0F;
}
.AnyTagClassName
{
color: #5F1B0F;
}
</style>
background-color css
<style>
a { background-color: #5F1B0F; }
a { background-color: rgb(95,27,15); }
div.DivClassName
{
background-color: #5F1B0F;
}
.BgClassName
{
background-color: #5F1B0F;
}
</style>
border-color css
<style>
span { border-color: #5F1B0F; }
span { border-color: rgb(95,27,15); }
td.TdClassName
{
border-color: #5F1B0F;
}
.TagClassName
{
border-color: #5F1B0F;
}
</style>