Shades of Red Oxide #581615
Tints of Red Oxide #581615
RGB
CMYK
RGB Variations
Color information
#581615 (or 0x581615) is known color: Red Oxide. HEX triplet: 58, 16 and 15. RGB value is (88,22,21). Sum of RGB (Red+Green+Blue) = 88+22+21=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #581615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581615 is #A7E9EA. Grayscale: #292929. Windows color (decimal): -11004395 or 1381976. OLE color: 1381976.
HSL color Cylindrical-coordinate representation of color #581615: hue angle of 0.9º 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 #581615 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 22 | 21 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.65 |
| HSL | 0.9º | 0.61% | 0.21% | - |
| HSV(B) | 0.9º | 0.76% | 0.35% | - |
| XYZ | 4.45 | 2.7 | 1 | - |
| YUV | 41.62 | 116.37 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 22 | 21 | 0 | 0.75 | 0.76 | 0.65 | 0.9 | 0.61 | 0.21 |
| Hex | 58 | 16 | 15 | 0 | 4B | 4C | 41 | 1 | 3D | 15 |
| Octal | 130 | 26 | 25 | 0 | 113 | 114 | 101 | 1 | 75 | 25 |
| Binary | 1011000 | 10110 | 10101 | 0 | 1001011 | 1001100 | 1000001 | 1 | 111101 | 10101 |
Color Harmonies of #581615
Complementary color
Monochromatic Colors of #581615
Black with #581615
Text Example
Text Example
White with #581615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581615; }
p { color: rgb(88,22,21); }
H1.HeaderClassName
{
color: #581615;
}
.AnyTagClassName
{
color: #581615;
}
</style>
background-color css
<style>
a { background-color: #581615; }
a { background-color: rgb(88,22,21); }
div.DivClassName
{
background-color: #581615;
}
.BgClassName
{
background-color: #581615;
}
</style>
border-color css
<style>
span { border-color: #581615; }
span { border-color: rgb(88,22,21); }
td.TdClassName
{
border-color: #581615;
}
.TagClassName
{
border-color: #581615;
}
</style>