Shades of Red Oxide #581005
Tints of Red Oxide #581005
RGB
CMYK
RGB Variations
Color information
#581005 (or 0x581005) is known color: Red Oxide. HEX triplet: 58, 10 and 05. RGB value is (88,16,5). Sum of RGB (Red+Green+Blue) = 88+16+5=109 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80.73% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 88 - color contains mainly: red. Hex color #581005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581005 is #A7EFFA. Grayscale: #242424. Windows color (decimal): -11005947 or 331864. OLE color: 331864.
HSL color Cylindrical-coordinate representation of color #581005: hue angle of 7.95º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #581005 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 16 | 5 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.65 |
| HSL | 7.95º | 0.89% | 0.18% | - |
| HSV(B) | 7.95º | 0.94% | 0.35% | - |
| XYZ | 4.24 | 2.46 | 0.39 | - |
| YUV | 36.27 | 110.35 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 16 | 5 | 0 | 0.82 | 0.94 | 0.65 | 7.95 | 0.89 | 0.18 |
| Hex | 58 | 10 | 5 | 0 | 52 | 5E | 41 | 8 | 59 | 12 |
| Octal | 130 | 20 | 5 | 0 | 122 | 136 | 101 | 10 | 131 | 22 |
| Binary | 1011000 | 10000 | 101 | 0 | 1010010 | 1011110 | 1000001 | 1000 | 1011001 | 10010 |
Color Harmonies of #581005
Complementary color
Monochromatic Colors of #581005
Black with #581005
Text Example
Text Example
White with #581005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581005; }
p { color: rgb(88,16,5); }
H1.HeaderClassName
{
color: #581005;
}
.AnyTagClassName
{
color: #581005;
}
</style>
background-color css
<style>
a { background-color: #581005; }
a { background-color: rgb(88,16,5); }
div.DivClassName
{
background-color: #581005;
}
.BgClassName
{
background-color: #581005;
}
</style>
border-color css
<style>
span { border-color: #581005; }
span { border-color: rgb(88,16,5); }
td.TdClassName
{
border-color: #581005;
}
.TagClassName
{
border-color: #581005;
}
</style>