Shades of Bordeaux #56060C
Tints of Bordeaux #56060C
RGB
CMYK
RGB Variations
Color information
#56060C (or 0x56060C) is known color: Bordeaux. HEX triplet: 56, 06 and 0C. RGB value is (86,6,12). Sum of RGB (Red+Green+Blue) = 86+6+12=104 (13% of max value = 765). Red value is 86 (33.98% from 255 or 82.69% from 104); Green value is 6 (2.73% from 255 or 5.77% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 86 - color contains mainly: red. Hex color #56060C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56060C is #A9F9F3. Grayscale: #1E1E1E. Windows color (decimal): -11139572 or 788054. OLE color: 788054.
HSL color Cylindrical-coordinate representation of color #56060C: hue angle of 355.5º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #56060C is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 6 | 12 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.66 |
| HSL | 355.5º | 0.87% | 0.18% | - |
| HSV(B) | 355.5º | 0.93% | 0.34% | - |
| XYZ | 3.97 | 2.14 | 0.55 | - |
| YUV | 30.6 | 117.5 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 6 | 12 | 0 | 0.93 | 0.86 | 0.66 | 355.5 | 0.87 | 0.18 |
| Hex | 56 | 6 | C | 0 | 5D | 56 | 42 | 164 | 57 | 12 |
| Octal | 126 | 6 | 14 | 0 | 135 | 126 | 102 | 544 | 127 | 22 |
| Binary | 1010110 | 110 | 1100 | 0 | 1011101 | 1010110 | 1000010 | 101100100 | 1010111 | 10010 |
Color Harmonies of #56060C
Complementary color
Monochromatic Colors of #56060C
Black with #56060C
Text Example
Text Example
White with #56060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56060C; }
p { color: rgb(86,6,12); }
H1.HeaderClassName
{
color: #56060C;
}
.AnyTagClassName
{
color: #56060C;
}
</style>
background-color css
<style>
a { background-color: #56060C; }
a { background-color: rgb(86,6,12); }
div.DivClassName
{
background-color: #56060C;
}
.BgClassName
{
background-color: #56060C;
}
</style>
border-color css
<style>
span { border-color: #56060C; }
span { border-color: rgb(86,6,12); }
td.TdClassName
{
border-color: #56060C;
}
.TagClassName
{
border-color: #56060C;
}
</style>