Shades of Red Oxide #581919
Tints of Red Oxide #581919
RGB
CMYK
RGB Variations
Color information
#581919 (or 0x581919) is known color: Red Oxide. HEX triplet: 58, 19 and 19. RGB value is (88,25,25). Sum of RGB (Red+Green+Blue) = 88+25+25=138 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.77% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 88 - color contains mainly: red. Hex color #581919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581919 is #A7E6E6. Grayscale: #2B2B2B. Windows color (decimal): -11003623 or 1644888. OLE color: 1644888.
HSL color Cylindrical-coordinate representation of color #581919: hue angle of 0º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #581919 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 25 | 25 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.65 |
| HSL | 0º | 0.56% | 0.22% | - |
| HSV(B) | 0º | 0.72% | 0.35% | - |
| XYZ | 4.55 | 2.84 | 1.23 | - |
| YUV | 43.84 | 117.37 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 25 | 25 | 0 | 0.72 | 0.72 | 0.65 | 0 | 0.56 | 0.22 |
| Hex | 58 | 19 | 19 | 0 | 48 | 48 | 41 | 0 | 38 | 16 |
| Octal | 130 | 31 | 31 | 0 | 110 | 110 | 101 | 0 | 70 | 26 |
| Binary | 1011000 | 11001 | 11001 | 0 | 1001000 | 1001000 | 1000001 | 0 | 111000 | 10110 |
Color Harmonies of #581919
Complementary color
Monochromatic Colors of #581919
Black with #581919
Text Example
Text Example
White with #581919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581919; }
p { color: rgb(88,25,25); }
H1.HeaderClassName
{
color: #581919;
}
.AnyTagClassName
{
color: #581919;
}
</style>
background-color css
<style>
a { background-color: #581919; }
a { background-color: rgb(88,25,25); }
div.DivClassName
{
background-color: #581919;
}
.BgClassName
{
background-color: #581919;
}
</style>
border-color css
<style>
span { border-color: #581919; }
span { border-color: rgb(88,25,25); }
td.TdClassName
{
border-color: #581919;
}
.TagClassName
{
border-color: #581919;
}
</style>