Shades of Red Oxide #59211C
Tints of Red Oxide #59211C
RGB
CMYK
RGB Variations
Color information
#59211C (or 0x59211C) is known color: Red Oxide. HEX triplet: 59, 21 and 1C. RGB value is (89,33,28). Sum of RGB (Red+Green+Blue) = 89+33+28=150 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.33% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 89 - color contains mainly: red. Hex color #59211C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59211C is #A6DEE3. Grayscale: #313131. Windows color (decimal): -10936036 or 1843545. OLE color: 1843545.
HSL color Cylindrical-coordinate representation of color #59211C: hue angle of 4.92º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #59211C is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 33 | 28 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.65 |
| HSL | 4.92º | 0.52% | 0.23% | - |
| HSV(B) | 4.92º | 0.69% | 0.35% | - |
| XYZ | 4.87 | 3.3 | 1.48 | - |
| YUV | 49.17 | 116.05 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 33 | 28 | 0 | 0.63 | 0.69 | 0.65 | 4.92 | 0.52 | 0.23 |
| Hex | 59 | 21 | 1C | 0 | 3F | 45 | 41 | 5 | 34 | 17 |
| Octal | 131 | 41 | 34 | 0 | 77 | 105 | 101 | 5 | 64 | 27 |
| Binary | 1011001 | 100001 | 11100 | 0 | 111111 | 1000101 | 1000001 | 101 | 110100 | 10111 |
Color Harmonies of #59211C
Complementary color
Monochromatic Colors of #59211C
Black with #59211C
Text Example
Text Example
White with #59211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59211C; }
p { color: rgb(89,33,28); }
H1.HeaderClassName
{
color: #59211C;
}
.AnyTagClassName
{
color: #59211C;
}
</style>
background-color css
<style>
a { background-color: #59211C; }
a { background-color: rgb(89,33,28); }
div.DivClassName
{
background-color: #59211C;
}
.BgClassName
{
background-color: #59211C;
}
</style>
border-color css
<style>
span { border-color: #59211C; }
span { border-color: rgb(89,33,28); }
td.TdClassName
{
border-color: #59211C;
}
.TagClassName
{
border-color: #59211C;
}
</style>