Shades of Red Oxide #531510
Tints of Red Oxide #531510
RGB
CMYK
RGB Variations
Color information
#531510 (or 0x531510) is known color: Red Oxide. HEX triplet: 53, 15 and 10. RGB value is (83,21,16). Sum of RGB (Red+Green+Blue) = 83+21+16=120 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.17% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 83 - color contains mainly: red. Hex color #531510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531510 is #ACEAEF. Grayscale: #272727. Windows color (decimal): -11332336 or 1054035. OLE color: 1054035.
HSL color Cylindrical-coordinate representation of color #531510: hue angle of 4.48º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531510 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 21 | 16 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.67 |
| HSL | 4.48º | 0.68% | 0.19% | - |
| HSV(B) | 4.48º | 0.81% | 0.33% | - |
| XYZ | 3.93 | 2.41 | 0.75 | - |
| YUV | 38.97 | 115.04 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 21 | 16 | 0 | 0.75 | 0.81 | 0.67 | 4.48 | 0.68 | 0.19 |
| Hex | 53 | 15 | 10 | 0 | 4B | 51 | 43 | 4 | 44 | 13 |
| Octal | 123 | 25 | 20 | 0 | 113 | 121 | 103 | 4 | 104 | 23 |
| Binary | 1010011 | 10101 | 10000 | 0 | 1001011 | 1010001 | 1000011 | 100 | 1000100 | 10011 |
Color Harmonies of #531510
Complementary color
Monochromatic Colors of #531510
Black with #531510
Text Example
Text Example
White with #531510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531510; }
p { color: rgb(83,21,16); }
H1.HeaderClassName
{
color: #531510;
}
.AnyTagClassName
{
color: #531510;
}
</style>
background-color css
<style>
a { background-color: #531510; }
a { background-color: rgb(83,21,16); }
div.DivClassName
{
background-color: #531510;
}
.BgClassName
{
background-color: #531510;
}
</style>
border-color css
<style>
span { border-color: #531510; }
span { border-color: rgb(83,21,16); }
td.TdClassName
{
border-color: #531510;
}
.TagClassName
{
border-color: #531510;
}
</style>