Shades of Bordeaux #56091A
Tints of Bordeaux #56091A
RGB
CMYK
RGB Variations
Color information
#56091A (or 0x56091A) is known color: Bordeaux. HEX triplet: 56, 09 and 1A. RGB value is (86,9,26). Sum of RGB (Red+Green+Blue) = 86+9+26=121 (16% of max value = 765). Red value is 86 (33.98% from 255 or 71.07% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 86 - color contains mainly: red. Hex color #56091A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56091A is #A9F6E5. Grayscale: #212121. Windows color (decimal): -11138790 or 1706326. OLE color: 1706326.
HSL color Cylindrical-coordinate representation of color #56091A: hue angle of 346.75º 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 #56091A is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 9 | 26 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.66 |
| HSL | 346.75º | 0.81% | 0.19% | - |
| HSV(B) | 346.75º | 0.9% | 0.34% | - |
| XYZ | 4.12 | 2.25 | 1.19 | - |
| YUV | 33.96 | 123.51 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 9 | 26 | 0 | 0.90 | 0.70 | 0.66 | 346.75 | 0.81 | 0.19 |
| Hex | 56 | 9 | 1A | 0 | 5A | 46 | 42 | 15B | 51 | 13 |
| Octal | 126 | 11 | 32 | 0 | 132 | 106 | 102 | 533 | 121 | 23 |
| Binary | 1010110 | 1001 | 11010 | 0 | 1011010 | 1000110 | 1000010 | 101011011 | 1010001 | 10011 |
Color Harmonies of #56091A
Complementary color
Monochromatic Colors of #56091A
Black with #56091A
Text Example
Text Example
White with #56091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56091A; }
p { color: rgb(86,9,26); }
H1.HeaderClassName
{
color: #56091A;
}
.AnyTagClassName
{
color: #56091A;
}
</style>
background-color css
<style>
a { background-color: #56091A; }
a { background-color: rgb(86,9,26); }
div.DivClassName
{
background-color: #56091A;
}
.BgClassName
{
background-color: #56091A;
}
</style>
border-color css
<style>
span { border-color: #56091A; }
span { border-color: rgb(86,9,26); }
td.TdClassName
{
border-color: #56091A;
}
.TagClassName
{
border-color: #56091A;
}
</style>