Shades of Bordeaux #561D29
Tints of Bordeaux #561D29
RGB
CMYK
RGB Variations
Color information
#561D29 (or 0x561D29) is known color: Bordeaux. HEX triplet: 56, 1D and 29. RGB value is (86,29,41). Sum of RGB (Red+Green+Blue) = 86+29+41=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #561D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561D29 is #A9E2D6. Grayscale: #2F2F2F. Windows color (decimal): -11133655 or 2694486. OLE color: 2694486.
HSL color Cylindrical-coordinate representation of color #561D29: hue angle of 347.37º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #561D29 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 29 | 41 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.66 |
| HSL | 347.37º | 0.5% | 0.23% | - |
| HSV(B) | 347.37º | 0.66% | 0.34% | - |
| XYZ | 4.68 | 3.02 | 2.43 | - |
| YUV | 47.41 | 124.38 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 29 | 41 | 0 | 0.66 | 0.52 | 0.66 | 347.37 | 0.5 | 0.23 |
| Hex | 56 | 1D | 29 | 0 | 42 | 34 | 42 | 15B | 32 | 17 |
| Octal | 126 | 35 | 51 | 0 | 102 | 64 | 102 | 533 | 62 | 27 |
| Binary | 1010110 | 11101 | 101001 | 0 | 1000010 | 110100 | 1000010 | 101011011 | 110010 | 10111 |
Color Harmonies of #561D29
Complementary color
Monochromatic Colors of #561D29
Black with #561D29
Text Example
Text Example
White with #561D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561D29; }
p { color: rgb(86,29,41); }
H1.HeaderClassName
{
color: #561D29;
}
.AnyTagClassName
{
color: #561D29;
}
</style>
background-color css
<style>
a { background-color: #561D29; }
a { background-color: rgb(86,29,41); }
div.DivClassName
{
background-color: #561D29;
}
.BgClassName
{
background-color: #561D29;
}
</style>
border-color css
<style>
span { border-color: #561D29; }
span { border-color: rgb(86,29,41); }
td.TdClassName
{
border-color: #561D29;
}
.TagClassName
{
border-color: #561D29;
}
</style>