Shades of Red Oxide #53170B
Tints of Red Oxide #53170B
RGB
CMYK
RGB Variations
Color information
#53170B (or 0x53170B) is known color: Red Oxide. HEX triplet: 53, 17 and 0B. RGB value is (83,23,11). Sum of RGB (Red+Green+Blue) = 83+23+11=117 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.94% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 83 - color contains mainly: red. Hex color #53170B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53170B is #ACE8F4. Grayscale: #272727. Windows color (decimal): -11331829 or 726867. OLE color: 726867.
HSL color Cylindrical-coordinate representation of color #53170B: hue angle of 10º 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 #53170B is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 23 | 11 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.67 |
| HSL | 10º | 0.77% | 0.18% | - |
| HSV(B) | 10º | 0.87% | 0.33% | - |
| XYZ | 3.93 | 2.48 | 0.59 | - |
| YUV | 39.57 | 111.88 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 23 | 11 | 0 | 0.72 | 0.87 | 0.67 | 10 | 0.77 | 0.18 |
| Hex | 53 | 17 | B | 0 | 48 | 57 | 43 | A | 4D | 12 |
| Octal | 123 | 27 | 13 | 0 | 110 | 127 | 103 | 12 | 115 | 22 |
| Binary | 1010011 | 10111 | 1011 | 0 | 1001000 | 1010111 | 1000011 | 1010 | 1001101 | 10010 |
Color Harmonies of #53170B
Complementary color
Monochromatic Colors of #53170B
Black with #53170B
Text Example
Text Example
White with #53170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53170B; }
p { color: rgb(83,23,11); }
H1.HeaderClassName
{
color: #53170B;
}
.AnyTagClassName
{
color: #53170B;
}
</style>
background-color css
<style>
a { background-color: #53170B; }
a { background-color: rgb(83,23,11); }
div.DivClassName
{
background-color: #53170B;
}
.BgClassName
{
background-color: #53170B;
}
</style>
border-color css
<style>
span { border-color: #53170B; }
span { border-color: rgb(83,23,11); }
td.TdClassName
{
border-color: #53170B;
}
.TagClassName
{
border-color: #53170B;
}
</style>