Shades of Bordeaux #56091D
Tints of Bordeaux #56091D
RGB
CMYK
RGB Variations
Color information
#56091D (or 0x56091D) is known color: Bordeaux. HEX triplet: 56, 09 and 1D. RGB value is (86,9,29). Sum of RGB (Red+Green+Blue) = 86+9+29=124 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.35% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 86 - color contains mainly: red. Hex color #56091D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56091D is #A9F6E2. Grayscale: #222222. Windows color (decimal): -11138787 or 1902934. OLE color: 1902934.
HSL color Cylindrical-coordinate representation of color #56091D: hue angle of 344.42º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #56091D is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 9 | 29 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.66 |
| HSL | 344.42º | 0.81% | 0.19% | - |
| HSV(B) | 344.42º | 0.9% | 0.34% | - |
| XYZ | 4.16 | 2.26 | 1.38 | - |
| YUV | 34.3 | 125.01 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 9 | 29 | 0 | 0.90 | 0.66 | 0.66 | 344.42 | 0.81 | 0.19 |
| Hex | 56 | 9 | 1D | 0 | 5A | 42 | 42 | 158 | 51 | 13 |
| Octal | 126 | 11 | 35 | 0 | 132 | 102 | 102 | 530 | 121 | 23 |
| Binary | 1010110 | 1001 | 11101 | 0 | 1011010 | 1000010 | 1000010 | 101011000 | 1010001 | 10011 |
Color Harmonies of #56091D
Complementary color
Monochromatic Colors of #56091D
Black with #56091D
Text Example
Text Example
White with #56091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56091D; }
p { color: rgb(86,9,29); }
H1.HeaderClassName
{
color: #56091D;
}
.AnyTagClassName
{
color: #56091D;
}
</style>
background-color css
<style>
a { background-color: #56091D; }
a { background-color: rgb(86,9,29); }
div.DivClassName
{
background-color: #56091D;
}
.BgClassName
{
background-color: #56091D;
}
</style>
border-color css
<style>
span { border-color: #56091D; }
span { border-color: rgb(86,9,29); }
td.TdClassName
{
border-color: #56091D;
}
.TagClassName
{
border-color: #56091D;
}
</style>