Shades of Red Oxide #581714
Tints of Red Oxide #581714
RGB
CMYK
RGB Variations
Color information
#581714 (or 0x581714) is known color: Red Oxide. HEX triplet: 58, 17 and 14. RGB value is (88,23,20). Sum of RGB (Red+Green+Blue) = 88+23+20=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #581714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581714 is #A7E8EB. Grayscale: #2A2A2A. Windows color (decimal): -11004140 or 1316696. OLE color: 1316696.
HSL color Cylindrical-coordinate representation of color #581714: hue angle of 2.65º 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 #581714 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 23 | 20 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.65 |
| HSL | 2.65º | 0.63% | 0.21% | - |
| HSV(B) | 2.65º | 0.77% | 0.35% | - |
| XYZ | 4.46 | 2.74 | 0.96 | - |
| YUV | 42.09 | 115.53 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 23 | 20 | 0 | 0.74 | 0.77 | 0.65 | 2.65 | 0.63 | 0.21 |
| Hex | 58 | 17 | 14 | 0 | 4A | 4D | 41 | 3 | 3F | 15 |
| Octal | 130 | 27 | 24 | 0 | 112 | 115 | 101 | 3 | 77 | 25 |
| Binary | 1011000 | 10111 | 10100 | 0 | 1001010 | 1001101 | 1000001 | 11 | 111111 | 10101 |
Color Harmonies of #581714
Complementary color
Monochromatic Colors of #581714
Black with #581714
Text Example
Text Example
White with #581714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581714; }
p { color: rgb(88,23,20); }
H1.HeaderClassName
{
color: #581714;
}
.AnyTagClassName
{
color: #581714;
}
</style>
background-color css
<style>
a { background-color: #581714; }
a { background-color: rgb(88,23,20); }
div.DivClassName
{
background-color: #581714;
}
.BgClassName
{
background-color: #581714;
}
</style>
border-color css
<style>
span { border-color: #581714; }
span { border-color: rgb(88,23,20); }
td.TdClassName
{
border-color: #581714;
}
.TagClassName
{
border-color: #581714;
}
</style>