Shades of Red Oxide #581910
Tints of Red Oxide #581910
RGB
CMYK
RGB Variations
Color information
#581910 (or 0x581910) is known color: Red Oxide. HEX triplet: 58, 19 and 10. RGB value is (88,25,16). Sum of RGB (Red+Green+Blue) = 88+25+16=129 (17% of max value = 765). Red value is 88 (34.77% from 255 or 68.22% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 88 - color contains mainly: red. Hex color #581910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581910 is #A7E6EF. Grayscale: #2A2A2A. Windows color (decimal): -11003632 or 1055064. OLE color: 1055064.
HSL color Cylindrical-coordinate representation of color #581910: hue angle of 7.5º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581910 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 25 | 16 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.65 |
| HSL | 7.5º | 0.69% | 0.2% | - |
| HSV(B) | 7.5º | 0.82% | 0.35% | - |
| XYZ | 4.47 | 2.81 | 0.8 | - |
| YUV | 42.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 25 | 16 | 0 | 0.72 | 0.82 | 0.65 | 7.5 | 0.69 | 0.2 |
| Hex | 58 | 19 | 10 | 0 | 48 | 52 | 41 | 8 | 45 | 14 |
| Octal | 130 | 31 | 20 | 0 | 110 | 122 | 101 | 10 | 105 | 24 |
| Binary | 1011000 | 11001 | 10000 | 0 | 1001000 | 1010010 | 1000001 | 1000 | 1000101 | 10100 |
Color Harmonies of #581910
Complementary color
Monochromatic Colors of #581910
Black with #581910
Text Example
Text Example
White with #581910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581910; }
p { color: rgb(88,25,16); }
H1.HeaderClassName
{
color: #581910;
}
.AnyTagClassName
{
color: #581910;
}
</style>
background-color css
<style>
a { background-color: #581910; }
a { background-color: rgb(88,25,16); }
div.DivClassName
{
background-color: #581910;
}
.BgClassName
{
background-color: #581910;
}
</style>
border-color css
<style>
span { border-color: #581910; }
span { border-color: rgb(88,25,16); }
td.TdClassName
{
border-color: #581910;
}
.TagClassName
{
border-color: #581910;
}
</style>