Shades of Red Oxide #521D19
Tints of Red Oxide #521D19
RGB
CMYK
RGB Variations
Color information
#521D19 (or 0x521D19) is known color: Red Oxide. HEX triplet: 52, 1D and 19. RGB value is (82,29,25). Sum of RGB (Red+Green+Blue) = 82+29+25=136 (18% of max value = 765). Red value is 82 (32.42% from 255 or 60.29% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 82 - color contains mainly: red. Hex color #521D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521D19 is #ADE2E6. Grayscale: #2C2C2C. Windows color (decimal): -11395815 or 1645906. OLE color: 1645906.
HSL color Cylindrical-coordinate representation of color #521D19: hue angle of 4.21º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #521D19 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 29 | 25 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.68 |
| HSL | 4.21º | 0.53% | 0.21% | - |
| HSV(B) | 4.21º | 0.7% | 0.32% | - |
| XYZ | 4.09 | 2.74 | 1.23 | - |
| YUV | 44.39 | 117.06 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 25 | 0 | 0.65 | 0.70 | 0.68 | 4.21 | 0.53 | 0.21 |
| Hex | 52 | 1D | 19 | 0 | 41 | 46 | 44 | 4 | 35 | 15 |
| Octal | 122 | 35 | 31 | 0 | 101 | 106 | 104 | 4 | 65 | 25 |
| Binary | 1010010 | 11101 | 11001 | 0 | 1000001 | 1000110 | 1000100 | 100 | 110101 | 10101 |
Color Harmonies of #521D19
Complementary color
Monochromatic Colors of #521D19
Black with #521D19
Text Example
Text Example
White with #521D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521D19; }
p { color: rgb(82,29,25); }
H1.HeaderClassName
{
color: #521D19;
}
.AnyTagClassName
{
color: #521D19;
}
</style>
background-color css
<style>
a { background-color: #521D19; }
a { background-color: rgb(82,29,25); }
div.DivClassName
{
background-color: #521D19;
}
.BgClassName
{
background-color: #521D19;
}
</style>
border-color css
<style>
span { border-color: #521D19; }
span { border-color: rgb(82,29,25); }
td.TdClassName
{
border-color: #521D19;
}
.TagClassName
{
border-color: #521D19;
}
</style>