Shades of Red Oxide #591B14
Tints of Red Oxide #591B14
RGB
CMYK
RGB Variations
Color information
#591B14 (or 0x591B14) is known color: Red Oxide. HEX triplet: 59, 1B and 14. RGB value is (89,27,20). Sum of RGB (Red+Green+Blue) = 89+27+20=136 (18% of max value = 765). Red value is 89 (35.16% from 255 or 65.44% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 89 - color contains mainly: red. Hex color #591B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591B14 is #A6E4EB. Grayscale: #2C2C2C. Windows color (decimal): -10937580 or 1317721. OLE color: 1317721.
HSL color Cylindrical-coordinate representation of color #591B14: hue angle of 6.09º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #591B14 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 27 | 20 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.65 |
| HSL | 6.09º | 0.63% | 0.21% | - |
| HSV(B) | 6.09º | 0.78% | 0.35% | - |
| XYZ | 4.64 | 2.96 | 0.99 | - |
| YUV | 44.74 | 114.04 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 20 | 0 | 0.70 | 0.78 | 0.65 | 6.09 | 0.63 | 0.21 |
| Hex | 59 | 1B | 14 | 0 | 46 | 4E | 41 | 6 | 3F | 15 |
| Octal | 131 | 33 | 24 | 0 | 106 | 116 | 101 | 6 | 77 | 25 |
| Binary | 1011001 | 11011 | 10100 | 0 | 1000110 | 1001110 | 1000001 | 110 | 111111 | 10101 |
Color Harmonies of #591B14
Complementary color
Monochromatic Colors of #591B14
Black with #591B14
Text Example
Text Example
White with #591B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591B14; }
p { color: rgb(89,27,20); }
H1.HeaderClassName
{
color: #591B14;
}
.AnyTagClassName
{
color: #591B14;
}
</style>
background-color css
<style>
a { background-color: #591B14; }
a { background-color: rgb(89,27,20); }
div.DivClassName
{
background-color: #591B14;
}
.BgClassName
{
background-color: #591B14;
}
</style>
border-color css
<style>
span { border-color: #591B14; }
span { border-color: rgb(89,27,20); }
td.TdClassName
{
border-color: #591B14;
}
.TagClassName
{
border-color: #591B14;
}
</style>