Shades of Red Oxide #53170E
Tints of Red Oxide #53170E
RGB
CMYK
RGB Variations
Color information
#53170E (or 0x53170E) is known color: Red Oxide. HEX triplet: 53, 17 and 0E. RGB value is (83,23,14). Sum of RGB (Red+Green+Blue) = 83+23+14=120 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.17% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 83 - color contains mainly: red. Hex color #53170E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53170E is #ACE8F1. Grayscale: #282828. Windows color (decimal): -11331826 or 923475. OLE color: 923475.
HSL color Cylindrical-coordinate representation of color #53170E: hue angle of 7.83º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #53170E is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 23 | 14 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.67 |
| HSL | 7.83º | 0.71% | 0.19% | - |
| HSV(B) | 7.83º | 0.83% | 0.33% | - |
| XYZ | 3.95 | 2.48 | 0.69 | - |
| YUV | 39.91 | 113.38 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 23 | 14 | 0 | 0.72 | 0.83 | 0.67 | 7.83 | 0.71 | 0.19 |
| Hex | 53 | 17 | E | 0 | 48 | 53 | 43 | 8 | 47 | 13 |
| Octal | 123 | 27 | 16 | 0 | 110 | 123 | 103 | 10 | 107 | 23 |
| Binary | 1010011 | 10111 | 1110 | 0 | 1001000 | 1010011 | 1000011 | 1000 | 1000111 | 10011 |
Color Harmonies of #53170E
Complementary color
Monochromatic Colors of #53170E
Black with #53170E
Text Example
Text Example
White with #53170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53170E; }
p { color: rgb(83,23,14); }
H1.HeaderClassName
{
color: #53170E;
}
.AnyTagClassName
{
color: #53170E;
}
</style>
background-color css
<style>
a { background-color: #53170E; }
a { background-color: rgb(83,23,14); }
div.DivClassName
{
background-color: #53170E;
}
.BgClassName
{
background-color: #53170E;
}
</style>
border-color css
<style>
span { border-color: #53170E; }
span { border-color: rgb(83,23,14); }
td.TdClassName
{
border-color: #53170E;
}
.TagClassName
{
border-color: #53170E;
}
</style>