Shades of Bordeaux #561128
Tints of Bordeaux #561128
RGB
CMYK
RGB Variations
Color information
#561128 (or 0x561128) is known color: Bordeaux. HEX triplet: 56, 11 and 28. RGB value is (86,17,40). Sum of RGB (Red+Green+Blue) = 86+17+40=143 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.14% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 86 - color contains mainly: red. Hex color #561128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561128 is #A9EED7. Grayscale: #282828. Windows color (decimal): -11136728 or 2625878. OLE color: 2625878.
HSL color Cylindrical-coordinate representation of color #561128: hue angle of 340º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561128 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 17 | 40 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.66 |
| HSL | 340º | 0.67% | 0.2% | - |
| HSV(B) | 340º | 0.8% | 0.34% | - |
| XYZ | 4.42 | 2.53 | 2.26 | - |
| YUV | 40.25 | 127.86 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 17 | 40 | 0 | 0.80 | 0.53 | 0.66 | 340 | 0.67 | 0.2 |
| Hex | 56 | 11 | 28 | 0 | 50 | 35 | 42 | 154 | 43 | 14 |
| Octal | 126 | 21 | 50 | 0 | 120 | 65 | 102 | 524 | 103 | 24 |
| Binary | 1010110 | 10001 | 101000 | 0 | 1010000 | 110101 | 1000010 | 101010100 | 1000011 | 10100 |
Color Harmonies of #561128
Complementary color
Monochromatic Colors of #561128
Black with #561128
Text Example
Text Example
White with #561128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561128; }
p { color: rgb(86,17,40); }
H1.HeaderClassName
{
color: #561128;
}
.AnyTagClassName
{
color: #561128;
}
</style>
background-color css
<style>
a { background-color: #561128; }
a { background-color: rgb(86,17,40); }
div.DivClassName
{
background-color: #561128;
}
.BgClassName
{
background-color: #561128;
}
</style>
border-color css
<style>
span { border-color: #561128; }
span { border-color: rgb(86,17,40); }
td.TdClassName
{
border-color: #561128;
}
.TagClassName
{
border-color: #561128;
}
</style>