Shades of Red Oxide #521D17
Tints of Red Oxide #521D17
RGB
CMYK
RGB Variations
Color information
#521D17 (or 0x521D17) is known color: Red Oxide. HEX triplet: 52, 1D and 17. RGB value is (82,29,23). Sum of RGB (Red+Green+Blue) = 82+29+23=134 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.19% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 23 (9.38% from 255 or 17.16% from 134); Max value from RGB is 82 - color contains mainly: red. Hex color #521D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521D17 is #ADE2E8. Grayscale: #2C2C2C. Windows color (decimal): -11395817 or 1514834. OLE color: 1514834.
HSL color Cylindrical-coordinate representation of color #521D17: hue angle of 6.1º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #521D17 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 29 | 23 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.68 |
| HSL | 6.1º | 0.56% | 0.21% | - |
| HSV(B) | 6.1º | 0.72% | 0.32% | - |
| XYZ | 4.07 | 2.73 | 1.12 | - |
| YUV | 44.16 | 116.06 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 23 | 0 | 0.65 | 0.72 | 0.68 | 6.1 | 0.56 | 0.21 |
| Hex | 52 | 1D | 17 | 0 | 41 | 48 | 44 | 6 | 38 | 15 |
| Octal | 122 | 35 | 27 | 0 | 101 | 110 | 104 | 6 | 70 | 25 |
| Binary | 1010010 | 11101 | 10111 | 0 | 1000001 | 1001000 | 1000100 | 110 | 111000 | 10101 |
Color Harmonies of #521D17
Complementary color
Monochromatic Colors of #521D17
Black with #521D17
Text Example
Text Example
White with #521D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521D17; }
p { color: rgb(82,29,23); }
H1.HeaderClassName
{
color: #521D17;
}
.AnyTagClassName
{
color: #521D17;
}
</style>
background-color css
<style>
a { background-color: #521D17; }
a { background-color: rgb(82,29,23); }
div.DivClassName
{
background-color: #521D17;
}
.BgClassName
{
background-color: #521D17;
}
</style>
border-color css
<style>
span { border-color: #521D17; }
span { border-color: rgb(82,29,23); }
td.TdClassName
{
border-color: #521D17;
}
.TagClassName
{
border-color: #521D17;
}
</style>