Shades of Bordeaux #561628
Tints of Bordeaux #561628
RGB
CMYK
RGB Variations
Color information
#561628 (or 0x561628) is known color: Bordeaux. HEX triplet: 56, 16 and 28. RGB value is (86,22,40). Sum of RGB (Red+Green+Blue) = 86+22+40=148 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.11% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 86 - color contains mainly: red. Hex color #561628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561628 is #A9E9D7. Grayscale: #2B2B2B. Windows color (decimal): -11135448 or 2627158. OLE color: 2627158.
HSL color Cylindrical-coordinate representation of color #561628: hue angle of 343.12º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #561628 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 22 | 40 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.66 |
| HSL | 343.13º | 0.59% | 0.21% | - |
| HSV(B) | 343.13º | 0.74% | 0.34% | - |
| XYZ | 4.51 | 2.71 | 2.29 | - |
| YUV | 43.19 | 126.2 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 22 | 40 | 0 | 0.74 | 0.53 | 0.66 | 343.13 | 0.59 | 0.21 |
| Hex | 56 | 16 | 28 | 0 | 4A | 35 | 42 | 157 | 3B | 15 |
| Octal | 126 | 26 | 50 | 0 | 112 | 65 | 102 | 527 | 73 | 25 |
| Binary | 1010110 | 10110 | 101000 | 0 | 1001010 | 110101 | 1000010 | 101010111 | 111011 | 10101 |
Color Harmonies of #561628
Complementary color
Monochromatic Colors of #561628
Black with #561628
Text Example
Text Example
White with #561628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561628; }
p { color: rgb(86,22,40); }
H1.HeaderClassName
{
color: #561628;
}
.AnyTagClassName
{
color: #561628;
}
</style>
background-color css
<style>
a { background-color: #561628; }
a { background-color: rgb(86,22,40); }
div.DivClassName
{
background-color: #561628;
}
.BgClassName
{
background-color: #561628;
}
</style>
border-color css
<style>
span { border-color: #561628; }
span { border-color: rgb(86,22,40); }
td.TdClassName
{
border-color: #561628;
}
.TagClassName
{
border-color: #561628;
}
</style>