Shades of Red Oxide #581704
Tints of Red Oxide #581704
RGB
CMYK
RGB Variations
Color information
#581704 (or 0x581704) is known color: Red Oxide. HEX triplet: 58, 17 and 04. RGB value is (88,23,4). Sum of RGB (Red+Green+Blue) = 88+23+4=115 (15% of max value = 765). Red value is 88 (34.77% from 255 or 76.52% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 88 - color contains mainly: red. Hex color #581704 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581704 is #A7E8FB. Grayscale: #282828. Windows color (decimal): -11004156 or 268120. OLE color: 268120.
HSL color Cylindrical-coordinate representation of color #581704: hue angle of 13.57º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #581704 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 23 | 4 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.65 |
| HSL | 13.57º | 0.91% | 0.18% | - |
| HSV(B) | 13.57º | 0.95% | 0.35% | - |
| XYZ | 4.35 | 2.7 | 0.41 | - |
| YUV | 40.27 | 107.53 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 23 | 4 | 0 | 0.74 | 0.95 | 0.65 | 13.57 | 0.91 | 0.18 |
| Hex | 58 | 17 | 4 | 0 | 4A | 5F | 41 | E | 5B | 12 |
| Octal | 130 | 27 | 4 | 0 | 112 | 137 | 101 | 16 | 133 | 22 |
| Binary | 1011000 | 10111 | 100 | 0 | 1001010 | 1011111 | 1000001 | 1110 | 1011011 | 10010 |
Color Harmonies of #581704
Complementary color
Monochromatic Colors of #581704
Black with #581704
Text Example
Text Example
White with #581704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581704; }
p { color: rgb(88,23,4); }
H1.HeaderClassName
{
color: #581704;
}
.AnyTagClassName
{
color: #581704;
}
</style>
background-color css
<style>
a { background-color: #581704; }
a { background-color: rgb(88,23,4); }
div.DivClassName
{
background-color: #581704;
}
.BgClassName
{
background-color: #581704;
}
</style>
border-color css
<style>
span { border-color: #581704; }
span { border-color: rgb(88,23,4); }
td.TdClassName
{
border-color: #581704;
}
.TagClassName
{
border-color: #581704;
}
</style>