Shades of Red Oxide #531206
Tints of Red Oxide #531206
RGB
CMYK
RGB Variations
Color information
#531206 (or 0x531206) is known color: Red Oxide. HEX triplet: 53, 12 and 06. RGB value is (83,18,6). Sum of RGB (Red+Green+Blue) = 83+18+6=107 (14% of max value = 765). Red value is 83 (32.81% from 255 or 77.57% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 83 - color contains mainly: red. Hex color #531206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531206 is #ACEDF9. Grayscale: #242424. Windows color (decimal): -11333114 or 397907. OLE color: 397907.
HSL color Cylindrical-coordinate representation of color #531206: hue angle of 9.35º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #531206 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 18 | 6 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.67 |
| HSL | 9.35º | 0.87% | 0.17% | - |
| HSV(B) | 9.35º | 0.93% | 0.33% | - |
| XYZ | 3.82 | 2.28 | 0.41 | - |
| YUV | 36.07 | 111.03 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 18 | 6 | 0 | 0.78 | 0.93 | 0.67 | 9.35 | 0.87 | 0.17 |
| Hex | 53 | 12 | 6 | 0 | 4E | 5D | 43 | 9 | 57 | 11 |
| Octal | 123 | 22 | 6 | 0 | 116 | 135 | 103 | 11 | 127 | 21 |
| Binary | 1010011 | 10010 | 110 | 0 | 1001110 | 1011101 | 1000011 | 1001 | 1010111 | 10001 |
Color Harmonies of #531206
Complementary color
Monochromatic Colors of #531206
Black with #531206
Text Example
Text Example
White with #531206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531206; }
p { color: rgb(83,18,6); }
H1.HeaderClassName
{
color: #531206;
}
.AnyTagClassName
{
color: #531206;
}
</style>
background-color css
<style>
a { background-color: #531206; }
a { background-color: rgb(83,18,6); }
div.DivClassName
{
background-color: #531206;
}
.BgClassName
{
background-color: #531206;
}
</style>
border-color css
<style>
span { border-color: #531206; }
span { border-color: rgb(83,18,6); }
td.TdClassName
{
border-color: #531206;
}
.TagClassName
{
border-color: #531206;
}
</style>