Shades of Red Oxide #560E08
Tints of Red Oxide #560E08
RGB
CMYK
RGB Variations
Color information
#560E08 (or 0x560E08) is known color: Red Oxide. HEX triplet: 56, 0E and 08. RGB value is (86,14,8). Sum of RGB (Red+Green+Blue) = 86+14+8=108 (14% of max value = 765). Red value is 86 (33.98% from 255 or 79.63% from 108); Green value is 14 (5.86% from 255 or 12.96% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 86 - color contains mainly: red. Hex color #560E08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560E08 is #A9F1F7. Grayscale: #222222. Windows color (decimal): -11137528 or 527958. OLE color: 527958.
HSL color Cylindrical-coordinate representation of color #560E08: hue angle of 4.62º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #560E08 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 14 | 8 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.66 |
| HSL | 4.62º | 0.83% | 0.18% | - |
| HSV(B) | 4.62º | 0.91% | 0.34% | - |
| XYZ | 4.04 | 2.31 | 0.46 | - |
| YUV | 34.84 | 112.85 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 14 | 8 | 0 | 0.84 | 0.91 | 0.66 | 4.62 | 0.83 | 0.18 |
| Hex | 56 | E | 8 | 0 | 54 | 5B | 42 | 5 | 53 | 12 |
| Octal | 126 | 16 | 10 | 0 | 124 | 133 | 102 | 5 | 123 | 22 |
| Binary | 1010110 | 1110 | 1000 | 0 | 1010100 | 1011011 | 1000010 | 101 | 1010011 | 10010 |
Color Harmonies of #560E08
Complementary color
Monochromatic Colors of #560E08
Black with #560E08
Text Example
Text Example
White with #560E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560E08; }
p { color: rgb(86,14,8); }
H1.HeaderClassName
{
color: #560E08;
}
.AnyTagClassName
{
color: #560E08;
}
</style>
background-color css
<style>
a { background-color: #560E08; }
a { background-color: rgb(86,14,8); }
div.DivClassName
{
background-color: #560E08;
}
.BgClassName
{
background-color: #560E08;
}
</style>
border-color css
<style>
span { border-color: #560E08; }
span { border-color: rgb(86,14,8); }
td.TdClassName
{
border-color: #560E08;
}
.TagClassName
{
border-color: #560E08;
}
</style>