Shades of Red Oxide #581814
Tints of Red Oxide #581814
RGB
CMYK
RGB Variations
Color information
#581814 (or 0x581814) is known color: Red Oxide. HEX triplet: 58, 18 and 14. RGB value is (88,24,20). Sum of RGB (Red+Green+Blue) = 88+24+20=132 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.67% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 88 - color contains mainly: red. Hex color #581814 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581814 is #A7E7EB. Grayscale: #2A2A2A. Windows color (decimal): -11003884 or 1316952. OLE color: 1316952.
HSL color Cylindrical-coordinate representation of color #581814: hue angle of 3.53º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #581814 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 24 | 20 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.65 |
| HSL | 3.53º | 0.63% | 0.21% | - |
| HSV(B) | 3.53º | 0.77% | 0.35% | - |
| XYZ | 4.48 | 2.78 | 0.96 | - |
| YUV | 42.68 | 115.2 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 24 | 20 | 0 | 0.73 | 0.77 | 0.65 | 3.53 | 0.63 | 0.21 |
| Hex | 58 | 18 | 14 | 0 | 49 | 4D | 41 | 4 | 3F | 15 |
| Octal | 130 | 30 | 24 | 0 | 111 | 115 | 101 | 4 | 77 | 25 |
| Binary | 1011000 | 11000 | 10100 | 0 | 1001001 | 1001101 | 1000001 | 100 | 111111 | 10101 |
Color Harmonies of #581814
Complementary color
Monochromatic Colors of #581814
Black with #581814
Text Example
Text Example
White with #581814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581814; }
p { color: rgb(88,24,20); }
H1.HeaderClassName
{
color: #581814;
}
.AnyTagClassName
{
color: #581814;
}
</style>
background-color css
<style>
a { background-color: #581814; }
a { background-color: rgb(88,24,20); }
div.DivClassName
{
background-color: #581814;
}
.BgClassName
{
background-color: #581814;
}
</style>
border-color css
<style>
span { border-color: #581814; }
span { border-color: rgb(88,24,20); }
td.TdClassName
{
border-color: #581814;
}
.TagClassName
{
border-color: #581814;
}
</style>