Shades of Red Oxide #581000
Tints of Red Oxide #581000
RGB
CMYK
RGB Variations
Color information
#581000 (or 0x581000) is known color: Red Oxide. HEX triplet: 58, 10 and 00. RGB value is (88,16,0). Sum of RGB (Red+Green+Blue) = 88+16+0=104 (13% of max value = 765). Red value is 88 (34.77% from 255 or 84.62% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 88 - color contains mainly: red. Hex color #581000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581000 is #A7EFFF. Grayscale: #232323. Windows color (decimal): -11005952 or 4184. OLE color: 4184.
HSL color Cylindrical-coordinate representation of color #581000: hue angle of 10.91º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #581000 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 16 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.65 |
| HSL | 10.91º | 1% | 0.17% | - |
| HSV(B) | 10.91º | 1% | 0.35% | - |
| XYZ | 4.21 | 2.45 | 0.25 | - |
| YUV | 35.7 | 107.85 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 16 | 0 | 0 | 0.82 | 1 | 0.65 | 10.91 | 1 | 0.17 |
| Hex | 58 | 10 | 0 | 0 | 52 | 64 | 41 | B | 64 | 11 |
| Octal | 130 | 20 | 0 | 0 | 122 | 144 | 101 | 13 | 144 | 21 |
| Binary | 1011000 | 10000 | 0 | 0 | 1010010 | 1100100 | 1000001 | 1011 | 1100100 | 10001 |
Color Harmonies of #581000
Complementary color
Monochromatic Colors of #581000
Black with #581000
Text Example
Text Example
White with #581000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581000; }
p { color: rgb(88,16,0); }
H1.HeaderClassName
{
color: #581000;
}
.AnyTagClassName
{
color: #581000;
}
</style>
background-color css
<style>
a { background-color: #581000; }
a { background-color: rgb(88,16,0); }
div.DivClassName
{
background-color: #581000;
}
.BgClassName
{
background-color: #581000;
}
</style>
border-color css
<style>
span { border-color: #581000; }
span { border-color: rgb(88,16,0); }
td.TdClassName
{
border-color: #581000;
}
.TagClassName
{
border-color: #581000;
}
</style>