Shades of Red Oxide #53140B
Tints of Red Oxide #53140B
RGB
CMYK
RGB Variations
Color information
#53140B (or 0x53140B) is known color: Red Oxide. HEX triplet: 53, 14 and 0B. RGB value is (83,20,11). Sum of RGB (Red+Green+Blue) = 83+20+11=114 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.81% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 83 - color contains mainly: red. Hex color #53140B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53140B is #ACEBF4. Grayscale: #252525. Windows color (decimal): -11332597 or 726099. OLE color: 726099.
HSL color Cylindrical-coordinate representation of color #53140B: hue angle of 7.5º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53140B is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 20 | 11 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.67 |
| HSL | 7.5º | 0.77% | 0.18% | - |
| HSV(B) | 7.5º | 0.87% | 0.33% | - |
| XYZ | 3.88 | 2.36 | 0.57 | - |
| YUV | 37.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 20 | 11 | 0 | 0.76 | 0.87 | 0.67 | 7.5 | 0.77 | 0.18 |
| Hex | 53 | 14 | B | 0 | 4C | 57 | 43 | 8 | 4D | 12 |
| Octal | 123 | 24 | 13 | 0 | 114 | 127 | 103 | 10 | 115 | 22 |
| Binary | 1010011 | 10100 | 1011 | 0 | 1001100 | 1010111 | 1000011 | 1000 | 1001101 | 10010 |
Color Harmonies of #53140B
Complementary color
Monochromatic Colors of #53140B
Black with #53140B
Text Example
Text Example
White with #53140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53140B; }
p { color: rgb(83,20,11); }
H1.HeaderClassName
{
color: #53140B;
}
.AnyTagClassName
{
color: #53140B;
}
</style>
background-color css
<style>
a { background-color: #53140B; }
a { background-color: rgb(83,20,11); }
div.DivClassName
{
background-color: #53140B;
}
.BgClassName
{
background-color: #53140B;
}
</style>
border-color css
<style>
span { border-color: #53140B; }
span { border-color: rgb(83,20,11); }
td.TdClassName
{
border-color: #53140B;
}
.TagClassName
{
border-color: #53140B;
}
</style>