Shades of Red Oxide #581313
Tints of Red Oxide #581313
RGB
CMYK
RGB Variations
Color information
#581313 (or 0x581313) is known color: Red Oxide. HEX triplet: 58, 13 and 13. RGB value is (88,19,19). Sum of RGB (Red+Green+Blue) = 88+19+19=126 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.84% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 88 - color contains mainly: red. Hex color #581313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581313 is #A7ECEC. Grayscale: #272727. Windows color (decimal): -11005165 or 1250136. OLE color: 1250136.
HSL color Cylindrical-coordinate representation of color #581313: hue angle of 0º 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 #581313 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 19 | 19 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.65 |
| HSL | 0º | 0.64% | 0.21% | - |
| HSV(B) | 0º | 0.78% | 0.35% | - |
| XYZ | 4.37 | 2.59 | 0.88 | - |
| YUV | 39.63 | 116.36 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 19 | 0 | 0.78 | 0.78 | 0.65 | 0 | 0.64 | 0.21 |
| Hex | 58 | 13 | 13 | 0 | 4E | 4E | 41 | 0 | 40 | 15 |
| Octal | 130 | 23 | 23 | 0 | 116 | 116 | 101 | 0 | 100 | 25 |
| Binary | 1011000 | 10011 | 10011 | 0 | 1001110 | 1001110 | 1000001 | 0 | 1000000 | 10101 |
Color Harmonies of #581313
Complementary color
Monochromatic Colors of #581313
Black with #581313
Text Example
Text Example
White with #581313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581313; }
p { color: rgb(88,19,19); }
H1.HeaderClassName
{
color: #581313;
}
.AnyTagClassName
{
color: #581313;
}
</style>
background-color css
<style>
a { background-color: #581313; }
a { background-color: rgb(88,19,19); }
div.DivClassName
{
background-color: #581313;
}
.BgClassName
{
background-color: #581313;
}
</style>
border-color css
<style>
span { border-color: #581313; }
span { border-color: rgb(88,19,19); }
td.TdClassName
{
border-color: #581313;
}
.TagClassName
{
border-color: #581313;
}
</style>