Shades of Red Oxide #581C15
Tints of Red Oxide #581C15
RGB
CMYK
RGB Variations
Color information
#581C15 (or 0x581C15) is known color: Red Oxide. HEX triplet: 58, 1C and 15. RGB value is (88,28,21). Sum of RGB (Red+Green+Blue) = 88+28+21=137 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.23% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 88 - color contains mainly: red. Hex color #581C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581C15 is #A7E3EA. Grayscale: #2D2D2D. Windows color (decimal): -11002859 or 1383512. OLE color: 1383512.
HSL color Cylindrical-coordinate representation of color #581C15: hue angle of 6.27º 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 #581C15 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 28 | 21 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.65 |
| HSL | 6.27º | 0.61% | 0.21% | - |
| HSV(B) | 6.27º | 0.76% | 0.35% | - |
| XYZ | 4.58 | 2.96 | 1.04 | - |
| YUV | 45.14 | 114.38 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 28 | 21 | 0 | 0.68 | 0.76 | 0.65 | 6.27 | 0.61 | 0.21 |
| Hex | 58 | 1C | 15 | 0 | 44 | 4C | 41 | 6 | 3D | 15 |
| Octal | 130 | 34 | 25 | 0 | 104 | 114 | 101 | 6 | 75 | 25 |
| Binary | 1011000 | 11100 | 10101 | 0 | 1000100 | 1001100 | 1000001 | 110 | 111101 | 10101 |
Color Harmonies of #581C15
Complementary color
Monochromatic Colors of #581C15
Black with #581C15
Text Example
Text Example
White with #581C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581C15; }
p { color: rgb(88,28,21); }
H1.HeaderClassName
{
color: #581C15;
}
.AnyTagClassName
{
color: #581C15;
}
</style>
background-color css
<style>
a { background-color: #581C15; }
a { background-color: rgb(88,28,21); }
div.DivClassName
{
background-color: #581C15;
}
.BgClassName
{
background-color: #581C15;
}
</style>
border-color css
<style>
span { border-color: #581C15; }
span { border-color: rgb(88,28,21); }
td.TdClassName
{
border-color: #581C15;
}
.TagClassName
{
border-color: #581C15;
}
</style>