Shades of Red Oxide #52201F
Tints of Red Oxide #52201F
RGB
CMYK
RGB Variations
Color information
#52201F (or 0x52201F) is known color: Red Oxide. HEX triplet: 52, 20 and 1F. RGB value is (82,32,31). Sum of RGB (Red+Green+Blue) = 82+32+31=145 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.55% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 82 - color contains mainly: red. Hex color #52201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52201F is #ADDFE0. Grayscale: #2E2E2E. Windows color (decimal): -11395041 or 2039890. OLE color: 2039890.
HSL color Cylindrical-coordinate representation of color #52201F: hue angle of 1.18º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52201F is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 32 | 31 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.68 |
| HSL | 1.18º | 0.45% | 0.22% | - |
| HSV(B) | 1.18º | 0.62% | 0.32% | - |
| XYZ | 4.24 | 2.93 | 1.64 | - |
| YUV | 46.84 | 119.07 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 32 | 31 | 0 | 0.61 | 0.62 | 0.68 | 1.18 | 0.45 | 0.22 |
| Hex | 52 | 20 | 1F | 0 | 3D | 3E | 44 | 1 | 2D | 16 |
| Octal | 122 | 40 | 37 | 0 | 75 | 76 | 104 | 1 | 55 | 26 |
| Binary | 1010010 | 100000 | 11111 | 0 | 111101 | 111110 | 1000100 | 1 | 101101 | 10110 |
Color Harmonies of #52201F
Complementary color
Monochromatic Colors of #52201F
Black with #52201F
Text Example
Text Example
White with #52201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52201F; }
p { color: rgb(82,32,31); }
H1.HeaderClassName
{
color: #52201F;
}
.AnyTagClassName
{
color: #52201F;
}
</style>
background-color css
<style>
a { background-color: #52201F; }
a { background-color: rgb(82,32,31); }
div.DivClassName
{
background-color: #52201F;
}
.BgClassName
{
background-color: #52201F;
}
</style>
border-color css
<style>
span { border-color: #52201F; }
span { border-color: rgb(82,32,31); }
td.TdClassName
{
border-color: #52201F;
}
.TagClassName
{
border-color: #52201F;
}
</style>