Shades of Red Oxide #581A11
Tints of Red Oxide #581A11
RGB
CMYK
RGB Variations
Color information
#581A11 (or 0x581A11) is known color: Red Oxide. HEX triplet: 58, 1A and 11. RGB value is (88,26,17). Sum of RGB (Red+Green+Blue) = 88+26+17=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #581A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581A11 is #A7E5EE. Grayscale: #2B2B2B. Windows color (decimal): -11003375 or 1120856. OLE color: 1120856.
HSL color Cylindrical-coordinate representation of color #581A11: hue angle of 7.61º 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 #581A11 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 26 | 17 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.65 |
| HSL | 7.61º | 0.68% | 0.21% | - |
| HSV(B) | 7.61º | 0.81% | 0.35% | - |
| XYZ | 4.5 | 2.85 | 0.84 | - |
| YUV | 43.51 | 113.04 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 26 | 17 | 0 | 0.70 | 0.81 | 0.65 | 7.61 | 0.68 | 0.21 |
| Hex | 58 | 1A | 11 | 0 | 46 | 51 | 41 | 8 | 44 | 15 |
| Octal | 130 | 32 | 21 | 0 | 106 | 121 | 101 | 10 | 104 | 25 |
| Binary | 1011000 | 11010 | 10001 | 0 | 1000110 | 1010001 | 1000001 | 1000 | 1000100 | 10101 |
Color Harmonies of #581A11
Complementary color
Monochromatic Colors of #581A11
Black with #581A11
Text Example
Text Example
White with #581A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581A11; }
p { color: rgb(88,26,17); }
H1.HeaderClassName
{
color: #581A11;
}
.AnyTagClassName
{
color: #581A11;
}
</style>
background-color css
<style>
a { background-color: #581A11; }
a { background-color: rgb(88,26,17); }
div.DivClassName
{
background-color: #581A11;
}
.BgClassName
{
background-color: #581A11;
}
</style>
border-color css
<style>
span { border-color: #581A11; }
span { border-color: rgb(88,26,17); }
td.TdClassName
{
border-color: #581A11;
}
.TagClassName
{
border-color: #581A11;
}
</style>