Shades of Red Oxide #59140F
Tints of Red Oxide #59140F
RGB
CMYK
RGB Variations
Color information
#59140F (or 0x59140F) is known color: Red Oxide. HEX triplet: 59, 14 and 0F. RGB value is (89,20,15). Sum of RGB (Red+Green+Blue) = 89+20+15=124 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.77% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 89 - color contains mainly: red. Hex color #59140F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59140F is #A6EBF0. Grayscale: #282828. Windows color (decimal): -10939377 or 988249. OLE color: 988249.
HSL color Cylindrical-coordinate representation of color #59140F: hue angle of 4.05º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #59140F is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 20 | 15 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.65 |
| HSL | 4.05º | 0.71% | 0.2% | - |
| HSV(B) | 4.05º | 0.83% | 0.35% | - |
| XYZ | 4.46 | 2.66 | 0.73 | - |
| YUV | 40.06 | 113.86 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 20 | 15 | 0 | 0.78 | 0.83 | 0.65 | 4.05 | 0.71 | 0.2 |
| Hex | 59 | 14 | F | 0 | 4E | 53 | 41 | 4 | 47 | 14 |
| Octal | 131 | 24 | 17 | 0 | 116 | 123 | 101 | 4 | 107 | 24 |
| Binary | 1011001 | 10100 | 1111 | 0 | 1001110 | 1010011 | 1000001 | 100 | 1000111 | 10100 |
Color Harmonies of #59140F
Complementary color
Monochromatic Colors of #59140F
Black with #59140F
Text Example
Text Example
White with #59140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59140F; }
p { color: rgb(89,20,15); }
H1.HeaderClassName
{
color: #59140F;
}
.AnyTagClassName
{
color: #59140F;
}
</style>
background-color css
<style>
a { background-color: #59140F; }
a { background-color: rgb(89,20,15); }
div.DivClassName
{
background-color: #59140F;
}
.BgClassName
{
background-color: #59140F;
}
</style>
border-color css
<style>
span { border-color: #59140F; }
span { border-color: rgb(89,20,15); }
td.TdClassName
{
border-color: #59140F;
}
.TagClassName
{
border-color: #59140F;
}
</style>