Shades of Red Oxide #581513
Tints of Red Oxide #581513
RGB
CMYK
RGB Variations
Color information
#581513 (or 0x581513) is known color: Red Oxide. HEX triplet: 58, 15 and 13. RGB value is (88,21,19). Sum of RGB (Red+Green+Blue) = 88+21+19=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #581513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581513 is #A7EAEC. Grayscale: #282828. Windows color (decimal): -11004653 or 1250648. OLE color: 1250648.
HSL color Cylindrical-coordinate representation of color #581513: hue angle of 1.74º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #581513 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 21 | 19 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.65 |
| HSL | 1.74º | 0.64% | 0.21% | - |
| HSV(B) | 1.74º | 0.78% | 0.35% | - |
| XYZ | 4.41 | 2.66 | 0.9 | - |
| YUV | 40.81 | 115.7 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 21 | 19 | 0 | 0.76 | 0.78 | 0.65 | 1.74 | 0.64 | 0.21 |
| Hex | 58 | 15 | 13 | 0 | 4C | 4E | 41 | 2 | 40 | 15 |
| Octal | 130 | 25 | 23 | 0 | 114 | 116 | 101 | 2 | 100 | 25 |
| Binary | 1011000 | 10101 | 10011 | 0 | 1001100 | 1001110 | 1000001 | 10 | 1000000 | 10101 |
Color Harmonies of #581513
Complementary color
Monochromatic Colors of #581513
Black with #581513
Text Example
Text Example
White with #581513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581513; }
p { color: rgb(88,21,19); }
H1.HeaderClassName
{
color: #581513;
}
.AnyTagClassName
{
color: #581513;
}
</style>
background-color css
<style>
a { background-color: #581513; }
a { background-color: rgb(88,21,19); }
div.DivClassName
{
background-color: #581513;
}
.BgClassName
{
background-color: #581513;
}
</style>
border-color css
<style>
span { border-color: #581513; }
span { border-color: rgb(88,21,19); }
td.TdClassName
{
border-color: #581513;
}
.TagClassName
{
border-color: #581513;
}
</style>