Shades of Red Oxide #52170E
Tints of Red Oxide #52170E
RGB
CMYK
RGB Variations
Color information
#52170E (or 0x52170E) is known color: Red Oxide. HEX triplet: 52, 17 and 0E. RGB value is (82,23,14). Sum of RGB (Red+Green+Blue) = 82+23+14=119 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.91% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 82 - color contains mainly: red. Hex color #52170E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52170E is #ADE8F1. Grayscale: #272727. Windows color (decimal): -11397362 or 923474. OLE color: 923474.
HSL color Cylindrical-coordinate representation of color #52170E: hue angle of 7.94º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52170E is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 23 | 14 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.68 |
| HSL | 7.94º | 0.71% | 0.19% | - |
| HSV(B) | 7.94º | 0.83% | 0.32% | - |
| XYZ | 3.87 | 2.44 | 0.68 | - |
| YUV | 39.62 | 113.55 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 14 | 0 | 0.72 | 0.83 | 0.68 | 7.94 | 0.71 | 0.19 |
| Hex | 52 | 17 | E | 0 | 48 | 53 | 44 | 8 | 47 | 13 |
| Octal | 122 | 27 | 16 | 0 | 110 | 123 | 104 | 10 | 107 | 23 |
| Binary | 1010010 | 10111 | 1110 | 0 | 1001000 | 1010011 | 1000100 | 1000 | 1000111 | 10011 |
Color Harmonies of #52170E
Complementary color
Monochromatic Colors of #52170E
Black with #52170E
Text Example
Text Example
White with #52170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52170E; }
p { color: rgb(82,23,14); }
H1.HeaderClassName
{
color: #52170E;
}
.AnyTagClassName
{
color: #52170E;
}
</style>
background-color css
<style>
a { background-color: #52170E; }
a { background-color: rgb(82,23,14); }
div.DivClassName
{
background-color: #52170E;
}
.BgClassName
{
background-color: #52170E;
}
</style>
border-color css
<style>
span { border-color: #52170E; }
span { border-color: rgb(82,23,14); }
td.TdClassName
{
border-color: #52170E;
}
.TagClassName
{
border-color: #52170E;
}
</style>