Shades of Red Oxide #581308
Tints of Red Oxide #581308
RGB
CMYK
RGB Variations
Color information
#581308 (or 0x581308) is known color: Red Oxide. HEX triplet: 58, 13 and 08. RGB value is (88,19,8). Sum of RGB (Red+Green+Blue) = 88+19+8=115 (15% of max value = 765). Red value is 88 (34.77% from 255 or 76.52% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 88 - color contains mainly: red. Hex color #581308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581308 is #A7ECF7. Grayscale: #262626. Windows color (decimal): -11005176 or 529240. OLE color: 529240.
HSL color Cylindrical-coordinate representation of color #581308: hue angle of 8.25º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #581308 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 19 | 8 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.65 |
| HSL | 8.25º | 0.83% | 0.19% | - |
| HSV(B) | 8.25º | 0.91% | 0.35% | - |
| XYZ | 4.3 | 2.56 | 0.5 | - |
| YUV | 38.38 | 110.86 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 8 | 0 | 0.78 | 0.91 | 0.65 | 8.25 | 0.83 | 0.19 |
| Hex | 58 | 13 | 8 | 0 | 4E | 5B | 41 | 8 | 53 | 13 |
| Octal | 130 | 23 | 10 | 0 | 116 | 133 | 101 | 10 | 123 | 23 |
| Binary | 1011000 | 10011 | 1000 | 0 | 1001110 | 1011011 | 1000001 | 1000 | 1010011 | 10011 |
Color Harmonies of #581308
Complementary color
Monochromatic Colors of #581308
Black with #581308
Text Example
Text Example
White with #581308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581308; }
p { color: rgb(88,19,8); }
H1.HeaderClassName
{
color: #581308;
}
.AnyTagClassName
{
color: #581308;
}
</style>
background-color css
<style>
a { background-color: #581308; }
a { background-color: rgb(88,19,8); }
div.DivClassName
{
background-color: #581308;
}
.BgClassName
{
background-color: #581308;
}
</style>
border-color css
<style>
span { border-color: #581308; }
span { border-color: rgb(88,19,8); }
td.TdClassName
{
border-color: #581308;
}
.TagClassName
{
border-color: #581308;
}
</style>