Shades of Bordeaux #56051C
Tints of Bordeaux #56051C
RGB
CMYK
RGB Variations
Color information
#56051C (or 0x56051C) is known color: Bordeaux. HEX triplet: 56, 05 and 1C. RGB value is (86,5,28). Sum of RGB (Red+Green+Blue) = 86+5+28=119 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.27% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 86 - color contains mainly: red. Hex color #56051C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56051C is #A9FAE3. Grayscale: #1F1F1F. Windows color (decimal): -11139812 or 1836374. OLE color: 1836374.
HSL color Cylindrical-coordinate representation of color #56051C: hue angle of 342.96º 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 #56051C is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 5 | 28 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.66 |
| HSL | 342.96º | 0.89% | 0.18% | - |
| HSV(B) | 342.96º | 0.94% | 0.34% | - |
| XYZ | 4.1 | 2.17 | 1.3 | - |
| YUV | 31.84 | 125.84 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 5 | 28 | 0 | 0.94 | 0.67 | 0.66 | 342.96 | 0.89 | 0.18 |
| Hex | 56 | 5 | 1C | 0 | 5E | 43 | 42 | 157 | 59 | 12 |
| Octal | 126 | 5 | 34 | 0 | 136 | 103 | 102 | 527 | 131 | 22 |
| Binary | 1010110 | 101 | 11100 | 0 | 1011110 | 1000011 | 1000010 | 101010111 | 1011001 | 10010 |
Color Harmonies of #56051C
Complementary color
Monochromatic Colors of #56051C
Black with #56051C
Text Example
Text Example
White with #56051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56051C; }
p { color: rgb(86,5,28); }
H1.HeaderClassName
{
color: #56051C;
}
.AnyTagClassName
{
color: #56051C;
}
</style>
background-color css
<style>
a { background-color: #56051C; }
a { background-color: rgb(86,5,28); }
div.DivClassName
{
background-color: #56051C;
}
.BgClassName
{
background-color: #56051C;
}
</style>
border-color css
<style>
span { border-color: #56051C; }
span { border-color: rgb(86,5,28); }
td.TdClassName
{
border-color: #56051C;
}
.TagClassName
{
border-color: #56051C;
}
</style>