Shades of Bordeaux #561629
Tints of Bordeaux #561629
RGB
CMYK
RGB Variations
Color information
#561629 (or 0x561629) is known color: Bordeaux. HEX triplet: 56, 16 and 29. RGB value is (86,22,41). Sum of RGB (Red+Green+Blue) = 86+22+41=149 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.72% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 86 - color contains mainly: red. Hex color #561629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561629 is #A9E9D6. Grayscale: #2B2B2B. Windows color (decimal): -11135447 or 2692694. OLE color: 2692694.
HSL color Cylindrical-coordinate representation of color #561629: hue angle of 342.19º 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 #561629 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 22 | 41 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.66 |
| HSL | 342.19º | 0.59% | 0.21% | - |
| HSV(B) | 342.19º | 0.74% | 0.34% | - |
| XYZ | 4.52 | 2.71 | 2.38 | - |
| YUV | 43.3 | 126.7 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 22 | 41 | 0 | 0.74 | 0.52 | 0.66 | 342.19 | 0.59 | 0.21 |
| Hex | 56 | 16 | 29 | 0 | 4A | 34 | 42 | 156 | 3B | 15 |
| Octal | 126 | 26 | 51 | 0 | 112 | 64 | 102 | 526 | 73 | 25 |
| Binary | 1010110 | 10110 | 101001 | 0 | 1001010 | 110100 | 1000010 | 101010110 | 111011 | 10101 |
Color Harmonies of #561629
Complementary color
Monochromatic Colors of #561629
Black with #561629
Text Example
Text Example
White with #561629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561629; }
p { color: rgb(86,22,41); }
H1.HeaderClassName
{
color: #561629;
}
.AnyTagClassName
{
color: #561629;
}
</style>
background-color css
<style>
a { background-color: #561629; }
a { background-color: rgb(86,22,41); }
div.DivClassName
{
background-color: #561629;
}
.BgClassName
{
background-color: #561629;
}
</style>
border-color css
<style>
span { border-color: #561629; }
span { border-color: rgb(86,22,41); }
td.TdClassName
{
border-color: #561629;
}
.TagClassName
{
border-color: #561629;
}
</style>