Shades of Red Oxide #53201F
Tints of Red Oxide #53201F
RGB
CMYK
RGB Variations
Color information
#53201F (or 0x53201F) is known color: Red Oxide. HEX triplet: 53, 20 and 1F. RGB value is (83,32,31). Sum of RGB (Red+Green+Blue) = 83+32+31=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #53201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53201F is #ACDFE0. Grayscale: #2F2F2F. Windows color (decimal): -11329505 or 2039891. OLE color: 2039891.
HSL color Cylindrical-coordinate representation of color #53201F: hue angle of 1.15º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53201F is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 32 | 31 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.67 |
| HSL | 1.15º | 0.46% | 0.22% | - |
| HSV(B) | 1.15º | 0.63% | 0.33% | - |
| XYZ | 4.33 | 2.97 | 1.64 | - |
| YUV | 47.14 | 118.9 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 32 | 31 | 0 | 0.61 | 0.63 | 0.67 | 1.15 | 0.46 | 0.22 |
| Hex | 53 | 20 | 1F | 0 | 3D | 3F | 43 | 1 | 2E | 16 |
| Octal | 123 | 40 | 37 | 0 | 75 | 77 | 103 | 1 | 56 | 26 |
| Binary | 1010011 | 100000 | 11111 | 0 | 111101 | 111111 | 1000011 | 1 | 101110 | 10110 |
Color Harmonies of #53201F
Complementary color
Monochromatic Colors of #53201F
Black with #53201F
Text Example
Text Example
White with #53201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53201F; }
p { color: rgb(83,32,31); }
H1.HeaderClassName
{
color: #53201F;
}
.AnyTagClassName
{
color: #53201F;
}
</style>
background-color css
<style>
a { background-color: #53201F; }
a { background-color: rgb(83,32,31); }
div.DivClassName
{
background-color: #53201F;
}
.BgClassName
{
background-color: #53201F;
}
</style>
border-color css
<style>
span { border-color: #53201F; }
span { border-color: rgb(83,32,31); }
td.TdClassName
{
border-color: #53201F;
}
.TagClassName
{
border-color: #53201F;
}
</style>