Shades of Red Oxide #581711
Tints of Red Oxide #581711
RGB
CMYK
RGB Variations
Color information
#581711 (or 0x581711) is known color: Red Oxide. HEX triplet: 58, 17 and 11. RGB value is (88,23,17). Sum of RGB (Red+Green+Blue) = 88+23+17=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #581711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581711 is #A7E8EE. Grayscale: #292929. Windows color (decimal): -11004143 or 1120088. OLE color: 1120088.
HSL color Cylindrical-coordinate representation of color #581711: hue angle of 5.07º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #581711 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 23 | 17 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.65 |
| HSL | 5.07º | 0.68% | 0.21% | - |
| HSV(B) | 5.07º | 0.81% | 0.35% | - |
| XYZ | 4.43 | 2.73 | 0.82 | - |
| YUV | 41.75 | 114.03 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 23 | 17 | 0 | 0.74 | 0.81 | 0.65 | 5.07 | 0.68 | 0.21 |
| Hex | 58 | 17 | 11 | 0 | 4A | 51 | 41 | 5 | 44 | 15 |
| Octal | 130 | 27 | 21 | 0 | 112 | 121 | 101 | 5 | 104 | 25 |
| Binary | 1011000 | 10111 | 10001 | 0 | 1001010 | 1010001 | 1000001 | 101 | 1000100 | 10101 |
Color Harmonies of #581711
Complementary color
Monochromatic Colors of #581711
Black with #581711
Text Example
Text Example
White with #581711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581711; }
p { color: rgb(88,23,17); }
H1.HeaderClassName
{
color: #581711;
}
.AnyTagClassName
{
color: #581711;
}
</style>
background-color css
<style>
a { background-color: #581711; }
a { background-color: rgb(88,23,17); }
div.DivClassName
{
background-color: #581711;
}
.BgClassName
{
background-color: #581711;
}
</style>
border-color css
<style>
span { border-color: #581711; }
span { border-color: rgb(88,23,17); }
td.TdClassName
{
border-color: #581711;
}
.TagClassName
{
border-color: #581711;
}
</style>