Shades of Red Oxide #581605
Tints of Red Oxide #581605
RGB
CMYK
RGB Variations
Color information
#581605 (or 0x581605) is known color: Red Oxide. HEX triplet: 58, 16 and 05. RGB value is (88,22,5). Sum of RGB (Red+Green+Blue) = 88+22+5=115 (15% of max value = 765). Red value is 88 (34.77% from 255 or 76.52% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 88 - color contains mainly: red. Hex color #581605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581605 is #A7E9FA. Grayscale: #272727. Windows color (decimal): -11004411 or 333400. OLE color: 333400.
HSL color Cylindrical-coordinate representation of color #581605: hue angle of 12.29º 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 #581605 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 22 | 5 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.65 |
| HSL | 12.29º | 0.89% | 0.18% | - |
| HSV(B) | 12.29º | 0.94% | 0.35% | - |
| XYZ | 4.34 | 2.66 | 0.43 | - |
| YUV | 39.8 | 108.37 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 22 | 5 | 0 | 0.75 | 0.94 | 0.65 | 12.29 | 0.89 | 0.18 |
| Hex | 58 | 16 | 5 | 0 | 4B | 5E | 41 | C | 59 | 12 |
| Octal | 130 | 26 | 5 | 0 | 113 | 136 | 101 | 14 | 131 | 22 |
| Binary | 1011000 | 10110 | 101 | 0 | 1001011 | 1011110 | 1000001 | 1100 | 1011001 | 10010 |
Color Harmonies of #581605
Complementary color
Monochromatic Colors of #581605
Black with #581605
Text Example
Text Example
White with #581605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581605; }
p { color: rgb(88,22,5); }
H1.HeaderClassName
{
color: #581605;
}
.AnyTagClassName
{
color: #581605;
}
</style>
background-color css
<style>
a { background-color: #581605; }
a { background-color: rgb(88,22,5); }
div.DivClassName
{
background-color: #581605;
}
.BgClassName
{
background-color: #581605;
}
</style>
border-color css
<style>
span { border-color: #581605; }
span { border-color: rgb(88,22,5); }
td.TdClassName
{
border-color: #581605;
}
.TagClassName
{
border-color: #581605;
}
</style>