Shades of Red Oxide #53150D
Tints of Red Oxide #53150D
RGB
CMYK
RGB Variations
Color information
#53150D (or 0x53150D) is known color: Red Oxide. HEX triplet: 53, 15 and 0D. RGB value is (83,21,13). Sum of RGB (Red+Green+Blue) = 83+21+13=117 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.94% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 83 - color contains mainly: red. Hex color #53150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53150D is #ACEAF2. Grayscale: #262626. Windows color (decimal): -11332339 or 857427. OLE color: 857427.
HSL color Cylindrical-coordinate representation of color #53150D: hue angle of 6.86º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53150D is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 21 | 13 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.67 |
| HSL | 6.86º | 0.73% | 0.19% | - |
| HSV(B) | 6.86º | 0.84% | 0.33% | - |
| XYZ | 3.91 | 2.4 | 0.64 | - |
| YUV | 38.63 | 113.54 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 21 | 13 | 0 | 0.75 | 0.84 | 0.67 | 6.86 | 0.73 | 0.19 |
| Hex | 53 | 15 | D | 0 | 4B | 54 | 43 | 7 | 49 | 13 |
| Octal | 123 | 25 | 15 | 0 | 113 | 124 | 103 | 7 | 111 | 23 |
| Binary | 1010011 | 10101 | 1101 | 0 | 1001011 | 1010100 | 1000011 | 111 | 1001001 | 10011 |
Color Harmonies of #53150D
Complementary color
Monochromatic Colors of #53150D
Black with #53150D
Text Example
Text Example
White with #53150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53150D; }
p { color: rgb(83,21,13); }
H1.HeaderClassName
{
color: #53150D;
}
.AnyTagClassName
{
color: #53150D;
}
</style>
background-color css
<style>
a { background-color: #53150D; }
a { background-color: rgb(83,21,13); }
div.DivClassName
{
background-color: #53150D;
}
.BgClassName
{
background-color: #53150D;
}
</style>
border-color css
<style>
span { border-color: #53150D; }
span { border-color: rgb(83,21,13); }
td.TdClassName
{
border-color: #53150D;
}
.TagClassName
{
border-color: #53150D;
}
</style>