Shades of Red Oxide #521404
Tints of Red Oxide #521404
RGB
CMYK
RGB Variations
Color information
#521404 (or 0x521404) is known color: Red Oxide. HEX triplet: 52, 14 and 04. RGB value is (82,20,4). Sum of RGB (Red+Green+Blue) = 82+20+4=106 (14% of max value = 765). Red value is 82 (32.42% from 255 or 77.36% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 82 - color contains mainly: red. Hex color #521404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521404 is #ADEBFB. Grayscale: #242424. Windows color (decimal): -11398140 or 267346. OLE color: 267346.
HSL color Cylindrical-coordinate representation of color #521404: hue angle of 12.31º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #521404 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 20 | 4 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.68 |
| HSL | 12.31º | 0.91% | 0.17% | - |
| HSV(B) | 12.31º | 0.95% | 0.32% | - |
| XYZ | 3.75 | 2.3 | 0.36 | - |
| YUV | 36.71 | 109.54 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 20 | 4 | 0 | 0.76 | 0.95 | 0.68 | 12.31 | 0.91 | 0.17 |
| Hex | 52 | 14 | 4 | 0 | 4C | 5F | 44 | C | 5B | 11 |
| Octal | 122 | 24 | 4 | 0 | 114 | 137 | 104 | 14 | 133 | 21 |
| Binary | 1010010 | 10100 | 100 | 0 | 1001100 | 1011111 | 1000100 | 1100 | 1011011 | 10001 |
Color Harmonies of #521404
Complementary color
Monochromatic Colors of #521404
Black with #521404
Text Example
Text Example
White with #521404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521404; }
p { color: rgb(82,20,4); }
H1.HeaderClassName
{
color: #521404;
}
.AnyTagClassName
{
color: #521404;
}
</style>
background-color css
<style>
a { background-color: #521404; }
a { background-color: rgb(82,20,4); }
div.DivClassName
{
background-color: #521404;
}
.BgClassName
{
background-color: #521404;
}
</style>
border-color css
<style>
span { border-color: #521404; }
span { border-color: rgb(82,20,4); }
td.TdClassName
{
border-color: #521404;
}
.TagClassName
{
border-color: #521404;
}
</style>