Shades of Red Oxide #581304
Tints of Red Oxide #581304
RGB
CMYK
RGB Variations
Color information
#581304 (or 0x581304) is known color: Red Oxide. HEX triplet: 58, 13 and 04. RGB value is (88,19,4). Sum of RGB (Red+Green+Blue) = 88+19+4=111 (14% of max value = 765). Red value is 88 (34.77% from 255 or 79.28% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 88 - color contains mainly: red. Hex color #581304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581304 is #A7ECFB. Grayscale: #262626. Windows color (decimal): -11005180 or 267096. OLE color: 267096.
HSL color Cylindrical-coordinate representation of color #581304: hue angle of 10.71º 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 #581304 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 19 | 4 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.65 |
| HSL | 10.71º | 0.91% | 0.18% | - |
| HSV(B) | 10.71º | 0.95% | 0.35% | - |
| XYZ | 4.28 | 2.55 | 0.38 | - |
| YUV | 37.92 | 108.86 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 4 | 0 | 0.78 | 0.95 | 0.65 | 10.71 | 0.91 | 0.18 |
| Hex | 58 | 13 | 4 | 0 | 4E | 5F | 41 | B | 5B | 12 |
| Octal | 130 | 23 | 4 | 0 | 116 | 137 | 101 | 13 | 133 | 22 |
| Binary | 1011000 | 10011 | 100 | 0 | 1001110 | 1011111 | 1000001 | 1011 | 1011011 | 10010 |
Color Harmonies of #581304
Complementary color
Monochromatic Colors of #581304
Black with #581304
Text Example
Text Example
White with #581304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581304; }
p { color: rgb(88,19,4); }
H1.HeaderClassName
{
color: #581304;
}
.AnyTagClassName
{
color: #581304;
}
</style>
background-color css
<style>
a { background-color: #581304; }
a { background-color: rgb(88,19,4); }
div.DivClassName
{
background-color: #581304;
}
.BgClassName
{
background-color: #581304;
}
</style>
border-color css
<style>
span { border-color: #581304; }
span { border-color: rgb(88,19,4); }
td.TdClassName
{
border-color: #581304;
}
.TagClassName
{
border-color: #581304;
}
</style>