Shades of Red Oxide #5D1916
Tints of Red Oxide #5D1916
RGB
CMYK
RGB Variations
Color information
#5D1916 (or 0x5D1916) is known color: Red Oxide. HEX triplet: 5D, 19 and 16. RGB value is (93,25,22). Sum of RGB (Red+Green+Blue) = 93+25+22=140 (18% of max value = 765). Red value is 93 (36.72% from 255 or 66.43% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D1916 is #A2E6E9. Grayscale: #2D2D2D. Windows color (decimal): -10675946 or 1448285. OLE color: 1448285.
HSL color Cylindrical-coordinate representation of color #5D1916: hue angle of 2.54º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D1916 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 25 | 22 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.64 |
| HSL | 2.54º | 0.62% | 0.23% | - |
| HSV(B) | 2.54º | 0.76% | 0.36% | - |
| XYZ | 5.01 | 3.08 | 1.09 | - |
| YUV | 44.99 | 115.03 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 25 | 22 | 0 | 0.73 | 0.76 | 0.64 | 2.54 | 0.62 | 0.23 |
| Hex | 5D | 19 | 16 | 0 | 49 | 4C | 40 | 3 | 3E | 17 |
| Octal | 135 | 31 | 26 | 0 | 111 | 114 | 100 | 3 | 76 | 27 |
| Binary | 1011101 | 11001 | 10110 | 0 | 1001001 | 1001100 | 1000000 | 11 | 111110 | 10111 |
Color Harmonies of #5D1916
Complementary color
Monochromatic Colors of #5D1916
Black with #5D1916
Text Example
Text Example
White with #5D1916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1916; }
p { color: rgb(93,25,22); }
H1.HeaderClassName
{
color: #5D1916;
}
.AnyTagClassName
{
color: #5D1916;
}
</style>
background-color css
<style>
a { background-color: #5D1916; }
a { background-color: rgb(93,25,22); }
div.DivClassName
{
background-color: #5D1916;
}
.BgClassName
{
background-color: #5D1916;
}
</style>
border-color css
<style>
span { border-color: #5D1916; }
span { border-color: rgb(93,25,22); }
td.TdClassName
{
border-color: #5D1916;
}
.TagClassName
{
border-color: #5D1916;
}
</style>