Shades of Red Oxide #581A15
Tints of Red Oxide #581A15
RGB
CMYK
RGB Variations
Color information
#581A15 (or 0x581A15) is known color: Red Oxide. HEX triplet: 58, 1A and 15. RGB value is (88,26,21). Sum of RGB (Red+Green+Blue) = 88+26+21=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #581A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581A15 is #A7E5EA. Grayscale: #2C2C2C. Windows color (decimal): -11003371 or 1383000. OLE color: 1383000.
HSL color Cylindrical-coordinate representation of color #581A15: hue angle of 4.48º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #581A15 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 26 | 21 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.65 |
| HSL | 4.48º | 0.61% | 0.21% | - |
| HSV(B) | 4.48º | 0.76% | 0.35% | - |
| XYZ | 4.53 | 2.87 | 1.02 | - |
| YUV | 43.97 | 115.04 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 26 | 21 | 0 | 0.70 | 0.76 | 0.65 | 4.48 | 0.61 | 0.21 |
| Hex | 58 | 1A | 15 | 0 | 46 | 4C | 41 | 4 | 3D | 15 |
| Octal | 130 | 32 | 25 | 0 | 106 | 114 | 101 | 4 | 75 | 25 |
| Binary | 1011000 | 11010 | 10101 | 0 | 1000110 | 1001100 | 1000001 | 100 | 111101 | 10101 |
Color Harmonies of #581A15
Complementary color
Monochromatic Colors of #581A15
Black with #581A15
Text Example
Text Example
White with #581A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581A15; }
p { color: rgb(88,26,21); }
H1.HeaderClassName
{
color: #581A15;
}
.AnyTagClassName
{
color: #581A15;
}
</style>
background-color css
<style>
a { background-color: #581A15; }
a { background-color: rgb(88,26,21); }
div.DivClassName
{
background-color: #581A15;
}
.BgClassName
{
background-color: #581A15;
}
</style>
border-color css
<style>
span { border-color: #581A15; }
span { border-color: rgb(88,26,21); }
td.TdClassName
{
border-color: #581A15;
}
.TagClassName
{
border-color: #581A15;
}
</style>