Shades of Red Oxide #531412
Tints of Red Oxide #531412
RGB
CMYK
RGB Variations
Color information
#531412 (or 0x531412) is known color: Red Oxide. HEX triplet: 53, 14 and 12. RGB value is (83,20,18). Sum of RGB (Red+Green+Blue) = 83+20+18=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #531412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531412 is #ACEBED. Grayscale: #262626. Windows color (decimal): -11332590 or 1184851. OLE color: 1184851.
HSL color Cylindrical-coordinate representation of color #531412: hue angle of 1.85º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #531412 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 20 | 18 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.67 |
| HSL | 1.85º | 0.64% | 0.2% | - |
| HSV(B) | 1.85º | 0.78% | 0.33% | - |
| XYZ | 3.93 | 2.38 | 0.83 | - |
| YUV | 38.61 | 116.37 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 20 | 18 | 0 | 0.76 | 0.78 | 0.67 | 1.85 | 0.64 | 0.2 |
| Hex | 53 | 14 | 12 | 0 | 4C | 4E | 43 | 2 | 40 | 14 |
| Octal | 123 | 24 | 22 | 0 | 114 | 116 | 103 | 2 | 100 | 24 |
| Binary | 1010011 | 10100 | 10010 | 0 | 1001100 | 1001110 | 1000011 | 10 | 1000000 | 10100 |
Color Harmonies of #531412
Complementary color
Monochromatic Colors of #531412
Black with #531412
Text Example
Text Example
White with #531412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531412; }
p { color: rgb(83,20,18); }
H1.HeaderClassName
{
color: #531412;
}
.AnyTagClassName
{
color: #531412;
}
</style>
background-color css
<style>
a { background-color: #531412; }
a { background-color: rgb(83,20,18); }
div.DivClassName
{
background-color: #531412;
}
.BgClassName
{
background-color: #531412;
}
</style>
border-color css
<style>
span { border-color: #531412; }
span { border-color: rgb(83,20,18); }
td.TdClassName
{
border-color: #531412;
}
.TagClassName
{
border-color: #531412;
}
</style>