Shades of Bordeaux #56080C
Tints of Bordeaux #56080C
RGB
CMYK
RGB Variations
Color information
#56080C (or 0x56080C) is known color: Bordeaux. HEX triplet: 56, 08 and 0C. RGB value is (86,8,12). Sum of RGB (Red+Green+Blue) = 86+8+12=106 (14% of max value = 765). Red value is 86 (33.98% from 255 or 81.13% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 86 - color contains mainly: red. Hex color #56080C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56080C is #A9F7F3. Grayscale: #1F1F1F. Windows color (decimal): -11139060 or 788566. OLE color: 788566.
HSL color Cylindrical-coordinate representation of color #56080C: hue angle of 356.92º 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 #56080C is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 8 | 12 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.66 |
| HSL | 356.92º | 0.83% | 0.18% | - |
| HSV(B) | 356.92º | 0.91% | 0.34% | - |
| XYZ | 3.99 | 2.18 | 0.56 | - |
| YUV | 31.78 | 116.84 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 8 | 12 | 0 | 0.91 | 0.86 | 0.66 | 356.92 | 0.83 | 0.18 |
| Hex | 56 | 8 | C | 0 | 5B | 56 | 42 | 165 | 53 | 12 |
| Octal | 126 | 10 | 14 | 0 | 133 | 126 | 102 | 545 | 123 | 22 |
| Binary | 1010110 | 1000 | 1100 | 0 | 1011011 | 1010110 | 1000010 | 101100101 | 1010011 | 10010 |
Color Harmonies of #56080C
Complementary color
Monochromatic Colors of #56080C
Black with #56080C
Text Example
Text Example
White with #56080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56080C; }
p { color: rgb(86,8,12); }
H1.HeaderClassName
{
color: #56080C;
}
.AnyTagClassName
{
color: #56080C;
}
</style>
background-color css
<style>
a { background-color: #56080C; }
a { background-color: rgb(86,8,12); }
div.DivClassName
{
background-color: #56080C;
}
.BgClassName
{
background-color: #56080C;
}
</style>
border-color css
<style>
span { border-color: #56080C; }
span { border-color: rgb(86,8,12); }
td.TdClassName
{
border-color: #56080C;
}
.TagClassName
{
border-color: #56080C;
}
</style>