Shades of Red Oxide #581F1F
Tints of Red Oxide #581F1F
RGB
CMYK
RGB Variations
Color information
#581F1F (or 0x581F1F) is known color: Red Oxide. HEX triplet: 58, 1F and 1F. RGB value is (88,31,31). Sum of RGB (Red+Green+Blue) = 88+31+31=150 (19% of max value = 765). Red value is 88 (34.77% from 255 or 58.67% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 88 - color contains mainly: red. Hex color #581F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581F1F is #A7E0E0. Grayscale: #303030. Windows color (decimal): -11002081 or 2039640. OLE color: 2039640.
HSL color Cylindrical-coordinate representation of color #581F1F: hue angle of 0º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #581F1F is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 31 | 31 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.65 |
| HSL | 0º | 0.48% | 0.23% | - |
| HSV(B) | 0º | 0.65% | 0.35% | - |
| XYZ | 4.76 | 3.15 | 1.65 | - |
| YUV | 48.04 | 118.38 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 31 | 31 | 0 | 0.65 | 0.65 | 0.65 | 0 | 0.48 | 0.23 |
| Hex | 58 | 1F | 1F | 0 | 41 | 41 | 41 | 0 | 30 | 17 |
| Octal | 130 | 37 | 37 | 0 | 101 | 101 | 101 | 0 | 60 | 27 |
| Binary | 1011000 | 11111 | 11111 | 0 | 1000001 | 1000001 | 1000001 | 0 | 110000 | 10111 |
Color Harmonies of #581F1F
Complementary color
Monochromatic Colors of #581F1F
Black with #581F1F
Text Example
Text Example
White with #581F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581F1F; }
p { color: rgb(88,31,31); }
H1.HeaderClassName
{
color: #581F1F;
}
.AnyTagClassName
{
color: #581F1F;
}
</style>
background-color css
<style>
a { background-color: #581F1F; }
a { background-color: rgb(88,31,31); }
div.DivClassName
{
background-color: #581F1F;
}
.BgClassName
{
background-color: #581F1F;
}
</style>
border-color css
<style>
span { border-color: #581F1F; }
span { border-color: rgb(88,31,31); }
td.TdClassName
{
border-color: #581F1F;
}
.TagClassName
{
border-color: #581F1F;
}
</style>