Shades of Bordeaux #56050C
Tints of Bordeaux #56050C
RGB
CMYK
RGB Variations
Color information
#56050C (or 0x56050C) is known color: Bordeaux. HEX triplet: 56, 05 and 0C. RGB value is (86,5,12). Sum of RGB (Red+Green+Blue) = 86+5+12=103 (13% of max value = 765). Red value is 86 (33.98% from 255 or 83.50% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 86 - color contains mainly: red. Hex color #56050C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56050C is #A9FAF3. Grayscale: #1E1E1E. Windows color (decimal): -11139828 or 787798. OLE color: 787798.
HSL color Cylindrical-coordinate representation of color #56050C: hue angle of 354.81º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #56050C is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 5 | 12 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.66 |
| HSL | 354.81º | 0.89% | 0.18% | - |
| HSV(B) | 354.81º | 0.94% | 0.34% | - |
| XYZ | 3.96 | 2.11 | 0.55 | - |
| YUV | 30.02 | 117.84 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 5 | 12 | 0 | 0.94 | 0.86 | 0.66 | 354.81 | 0.89 | 0.18 |
| Hex | 56 | 5 | C | 0 | 5E | 56 | 42 | 163 | 59 | 12 |
| Octal | 126 | 5 | 14 | 0 | 136 | 126 | 102 | 543 | 131 | 22 |
| Binary | 1010110 | 101 | 1100 | 0 | 1011110 | 1010110 | 1000010 | 101100011 | 1011001 | 10010 |
Color Harmonies of #56050C
Complementary color
Monochromatic Colors of #56050C
Black with #56050C
Text Example
Text Example
White with #56050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56050C; }
p { color: rgb(86,5,12); }
H1.HeaderClassName
{
color: #56050C;
}
.AnyTagClassName
{
color: #56050C;
}
</style>
background-color css
<style>
a { background-color: #56050C; }
a { background-color: rgb(86,5,12); }
div.DivClassName
{
background-color: #56050C;
}
.BgClassName
{
background-color: #56050C;
}
</style>
border-color css
<style>
span { border-color: #56050C; }
span { border-color: rgb(86,5,12); }
td.TdClassName
{
border-color: #56050C;
}
.TagClassName
{
border-color: #56050C;
}
</style>