Shades of Red Oxide #560D08
Tints of Red Oxide #560D08
RGB
CMYK
RGB Variations
Color information
#560D08 (or 0x560D08) is known color: Red Oxide. HEX triplet: 56, 0D and 08. RGB value is (86,13,8). Sum of RGB (Red+Green+Blue) = 86+13+8=107 (14% of max value = 765). Red value is 86 (33.98% from 255 or 80.37% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 86 - color contains mainly: red. Hex color #560D08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560D08 is #A9F2F7. Grayscale: #222222. Windows color (decimal): -11137784 or 527702. OLE color: 527702.
HSL color Cylindrical-coordinate representation of color #560D08: hue angle of 3.85º 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 #560D08 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 13 | 8 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.66 |
| HSL | 3.85º | 0.83% | 0.18% | - |
| HSV(B) | 3.85º | 0.91% | 0.34% | - |
| XYZ | 4.03 | 2.28 | 0.46 | - |
| YUV | 34.26 | 113.18 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 13 | 8 | 0 | 0.85 | 0.91 | 0.66 | 3.85 | 0.83 | 0.18 |
| Hex | 56 | D | 8 | 0 | 55 | 5B | 42 | 4 | 53 | 12 |
| Octal | 126 | 15 | 10 | 0 | 125 | 133 | 102 | 4 | 123 | 22 |
| Binary | 1010110 | 1101 | 1000 | 0 | 1010101 | 1011011 | 1000010 | 100 | 1010011 | 10010 |
Color Harmonies of #560D08
Complementary color
Monochromatic Colors of #560D08
Black with #560D08
Text Example
Text Example
White with #560D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560D08; }
p { color: rgb(86,13,8); }
H1.HeaderClassName
{
color: #560D08;
}
.AnyTagClassName
{
color: #560D08;
}
</style>
background-color css
<style>
a { background-color: #560D08; }
a { background-color: rgb(86,13,8); }
div.DivClassName
{
background-color: #560D08;
}
.BgClassName
{
background-color: #560D08;
}
</style>
border-color css
<style>
span { border-color: #560D08; }
span { border-color: rgb(86,13,8); }
td.TdClassName
{
border-color: #560D08;
}
.TagClassName
{
border-color: #560D08;
}
</style>