Shades of Red Oxide #581F1C
Tints of Red Oxide #581F1C
RGB
CMYK
RGB Variations
Color information
#581F1C (or 0x581F1C) is known color: Red Oxide. HEX triplet: 58, 1F and 1C. RGB value is (88,31,28). Sum of RGB (Red+Green+Blue) = 88+31+28=147 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.86% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 88 - color contains mainly: red. Hex color #581F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581F1C is #A7E0E3. Grayscale: #2F2F2F. Windows color (decimal): -11002084 or 1843032. OLE color: 1843032.
HSL color Cylindrical-coordinate representation of color #581F1C: hue angle of 3º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #581F1C is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 31 | 28 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.65 |
| HSL | 3º | 0.52% | 0.23% | - |
| HSV(B) | 3º | 0.68% | 0.35% | - |
| XYZ | 4.72 | 3.14 | 1.46 | - |
| YUV | 47.7 | 116.88 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 31 | 28 | 0 | 0.65 | 0.68 | 0.65 | 3 | 0.52 | 0.23 |
| Hex | 58 | 1F | 1C | 0 | 41 | 44 | 41 | 3 | 34 | 17 |
| Octal | 130 | 37 | 34 | 0 | 101 | 104 | 101 | 3 | 64 | 27 |
| Binary | 1011000 | 11111 | 11100 | 0 | 1000001 | 1000100 | 1000001 | 11 | 110100 | 10111 |
Color Harmonies of #581F1C
Complementary color
Monochromatic Colors of #581F1C
Black with #581F1C
Text Example
Text Example
White with #581F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581F1C; }
p { color: rgb(88,31,28); }
H1.HeaderClassName
{
color: #581F1C;
}
.AnyTagClassName
{
color: #581F1C;
}
</style>
background-color css
<style>
a { background-color: #581F1C; }
a { background-color: rgb(88,31,28); }
div.DivClassName
{
background-color: #581F1C;
}
.BgClassName
{
background-color: #581F1C;
}
</style>
border-color css
<style>
span { border-color: #581F1C; }
span { border-color: rgb(88,31,28); }
td.TdClassName
{
border-color: #581F1C;
}
.TagClassName
{
border-color: #581F1C;
}
</style>