Shades of Bordeaux #560818
Tints of Bordeaux #560818
RGB
CMYK
RGB Variations
Color information
#560818 (or 0x560818) is known color: Bordeaux. HEX triplet: 56, 08 and 18. RGB value is (86,8,24). Sum of RGB (Red+Green+Blue) = 86+8+24=118 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.88% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 86 - color contains mainly: red. Hex color #560818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560818 is #A9F7E7. Grayscale: #212121. Windows color (decimal): -11139048 or 1574998. OLE color: 1574998.
HSL color Cylindrical-coordinate representation of color #560818: hue angle of 347.69º 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 #560818 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 8 | 24 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.66 |
| HSL | 347.69º | 0.83% | 0.18% | - |
| HSV(B) | 347.69º | 0.91% | 0.34% | - |
| XYZ | 4.09 | 2.22 | 1.08 | - |
| YUV | 33.15 | 122.84 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 8 | 24 | 0 | 0.91 | 0.72 | 0.66 | 347.69 | 0.83 | 0.18 |
| Hex | 56 | 8 | 18 | 0 | 5B | 48 | 42 | 15C | 53 | 12 |
| Octal | 126 | 10 | 30 | 0 | 133 | 110 | 102 | 534 | 123 | 22 |
| Binary | 1010110 | 1000 | 11000 | 0 | 1011011 | 1001000 | 1000010 | 101011100 | 1010011 | 10010 |
Color Harmonies of #560818
Complementary color
Monochromatic Colors of #560818
Black with #560818
Text Example
Text Example
White with #560818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560818; }
p { color: rgb(86,8,24); }
H1.HeaderClassName
{
color: #560818;
}
.AnyTagClassName
{
color: #560818;
}
</style>
background-color css
<style>
a { background-color: #560818; }
a { background-color: rgb(86,8,24); }
div.DivClassName
{
background-color: #560818;
}
.BgClassName
{
background-color: #560818;
}
</style>
border-color css
<style>
span { border-color: #560818; }
span { border-color: rgb(86,8,24); }
td.TdClassName
{
border-color: #560818;
}
.TagClassName
{
border-color: #560818;
}
</style>