Shades of Red Oxide #591B18
Tints of Red Oxide #591B18
RGB
CMYK
RGB Variations
Color information
#591B18 (or 0x591B18) is known color: Red Oxide. HEX triplet: 59, 1B and 18. RGB value is (89,27,24). Sum of RGB (Red+Green+Blue) = 89+27+24=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 24 (9.77% from 255 or 17.14% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #591B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591B18 is #A6E4E7. Grayscale: #2D2D2D. Windows color (decimal): -10937576 or 1579865. OLE color: 1579865.
HSL color Cylindrical-coordinate representation of color #591B18: hue angle of 2.77º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #591B18 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 27 | 24 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.65 |
| HSL | 2.77º | 0.58% | 0.22% | - |
| HSV(B) | 2.77º | 0.73% | 0.35% | - |
| XYZ | 4.68 | 2.97 | 1.19 | - |
| YUV | 45.2 | 116.04 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 24 | 0 | 0.70 | 0.73 | 0.65 | 2.77 | 0.58 | 0.22 |
| Hex | 59 | 1B | 18 | 0 | 46 | 49 | 41 | 3 | 3A | 16 |
| Octal | 131 | 33 | 30 | 0 | 106 | 111 | 101 | 3 | 72 | 26 |
| Binary | 1011001 | 11011 | 11000 | 0 | 1000110 | 1001001 | 1000001 | 11 | 111010 | 10110 |
Color Harmonies of #591B18
Complementary color
Monochromatic Colors of #591B18
Black with #591B18
Text Example
Text Example
White with #591B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591B18; }
p { color: rgb(89,27,24); }
H1.HeaderClassName
{
color: #591B18;
}
.AnyTagClassName
{
color: #591B18;
}
</style>
background-color css
<style>
a { background-color: #591B18; }
a { background-color: rgb(89,27,24); }
div.DivClassName
{
background-color: #591B18;
}
.BgClassName
{
background-color: #591B18;
}
</style>
border-color css
<style>
span { border-color: #591B18; }
span { border-color: rgb(89,27,24); }
td.TdClassName
{
border-color: #591B18;
}
.TagClassName
{
border-color: #591B18;
}
</style>