Shades of Red Oxide #581813
Tints of Red Oxide #581813
RGB
CMYK
RGB Variations
Color information
#581813 (or 0x581813) is known color: Red Oxide. HEX triplet: 58, 18 and 13. RGB value is (88,24,19). Sum of RGB (Red+Green+Blue) = 88+24+19=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #581813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581813 is #A7E7EC. Grayscale: #2A2A2A. Windows color (decimal): -11003885 or 1251416. OLE color: 1251416.
HSL color Cylindrical-coordinate representation of color #581813: hue angle of 4.35º degrees, saturation: 0.64, 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 #581813 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 24 | 19 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.65 |
| HSL | 4.35º | 0.64% | 0.21% | - |
| HSV(B) | 4.35º | 0.78% | 0.35% | - |
| XYZ | 4.47 | 2.77 | 0.92 | - |
| YUV | 42.57 | 114.7 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 24 | 19 | 0 | 0.73 | 0.78 | 0.65 | 4.35 | 0.64 | 0.21 |
| Hex | 58 | 18 | 13 | 0 | 49 | 4E | 41 | 4 | 40 | 15 |
| Octal | 130 | 30 | 23 | 0 | 111 | 116 | 101 | 4 | 100 | 25 |
| Binary | 1011000 | 11000 | 10011 | 0 | 1001001 | 1001110 | 1000001 | 100 | 1000000 | 10101 |
Color Harmonies of #581813
Complementary color
Monochromatic Colors of #581813
Black with #581813
Text Example
Text Example
White with #581813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581813; }
p { color: rgb(88,24,19); }
H1.HeaderClassName
{
color: #581813;
}
.AnyTagClassName
{
color: #581813;
}
</style>
background-color css
<style>
a { background-color: #581813; }
a { background-color: rgb(88,24,19); }
div.DivClassName
{
background-color: #581813;
}
.BgClassName
{
background-color: #581813;
}
</style>
border-color css
<style>
span { border-color: #581813; }
span { border-color: rgb(88,24,19); }
td.TdClassName
{
border-color: #581813;
}
.TagClassName
{
border-color: #581813;
}
</style>