Shades of Red Oxide #581211
Tints of Red Oxide #581211
RGB
CMYK
RGB Variations
Color information
#581211 (or 0x581211) is known color: Red Oxide. HEX triplet: 58, 12 and 11. RGB value is (88,18,17). Sum of RGB (Red+Green+Blue) = 88+18+17=123 (16% of max value = 765). Red value is 88 (34.77% from 255 or 71.54% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 88 - color contains mainly: red. Hex color #581211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581211 is #A7EDEE. Grayscale: #262626. Windows color (decimal): -11005423 or 1118808. OLE color: 1118808.
HSL color Cylindrical-coordinate representation of color #581211: hue angle of 0.85º 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 #581211 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 18 | 17 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.65 |
| HSL | 0.85º | 0.68% | 0.21% | - |
| HSV(B) | 0.85º | 0.81% | 0.35% | - |
| XYZ | 4.34 | 2.55 | 0.79 | - |
| YUV | 38.82 | 115.69 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 18 | 17 | 0 | 0.80 | 0.81 | 0.65 | 0.85 | 0.68 | 0.21 |
| Hex | 58 | 12 | 11 | 0 | 50 | 51 | 41 | 1 | 44 | 15 |
| Octal | 130 | 22 | 21 | 0 | 120 | 121 | 101 | 1 | 104 | 25 |
| Binary | 1011000 | 10010 | 10001 | 0 | 1010000 | 1010001 | 1000001 | 1 | 1000100 | 10101 |
Color Harmonies of #581211
Complementary color
Monochromatic Colors of #581211
Black with #581211
Text Example
Text Example
White with #581211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581211; }
p { color: rgb(88,18,17); }
H1.HeaderClassName
{
color: #581211;
}
.AnyTagClassName
{
color: #581211;
}
</style>
background-color css
<style>
a { background-color: #581211; }
a { background-color: rgb(88,18,17); }
div.DivClassName
{
background-color: #581211;
}
.BgClassName
{
background-color: #581211;
}
</style>
border-color css
<style>
span { border-color: #581211; }
span { border-color: rgb(88,18,17); }
td.TdClassName
{
border-color: #581211;
}
.TagClassName
{
border-color: #581211;
}
</style>