Shades of Bordeaux #561F29
Tints of Bordeaux #561F29
RGB
CMYK
RGB Variations
Color information
#561F29 (or 0x561F29) is known color: Bordeaux. HEX triplet: 56, 1F and 29. RGB value is (86,31,41). Sum of RGB (Red+Green+Blue) = 86+31+41=158 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.43% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 86 - color contains mainly: red. Hex color #561F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561F29 is #A9E0D6. Grayscale: #303030. Windows color (decimal): -11133143 or 2694998. OLE color: 2694998.
HSL color Cylindrical-coordinate representation of color #561F29: hue angle of 349.09º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #561F29 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 31 | 41 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.66 |
| HSL | 349.09º | 0.47% | 0.23% | - |
| HSV(B) | 349.09º | 0.64% | 0.34% | - |
| XYZ | 4.73 | 3.12 | 2.45 | - |
| YUV | 48.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 31 | 41 | 0 | 0.64 | 0.52 | 0.66 | 349.09 | 0.47 | 0.23 |
| Hex | 56 | 1F | 29 | 0 | 40 | 34 | 42 | 15D | 2F | 17 |
| Octal | 126 | 37 | 51 | 0 | 100 | 64 | 102 | 535 | 57 | 27 |
| Binary | 1010110 | 11111 | 101001 | 0 | 1000000 | 110100 | 1000010 | 101011101 | 101111 | 10111 |
Color Harmonies of #561F29
Complementary color
Monochromatic Colors of #561F29
Black with #561F29
Text Example
Text Example
White with #561F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561F29; }
p { color: rgb(86,31,41); }
H1.HeaderClassName
{
color: #561F29;
}
.AnyTagClassName
{
color: #561F29;
}
</style>
background-color css
<style>
a { background-color: #561F29; }
a { background-color: rgb(86,31,41); }
div.DivClassName
{
background-color: #561F29;
}
.BgClassName
{
background-color: #561F29;
}
</style>
border-color css
<style>
span { border-color: #561F29; }
span { border-color: rgb(86,31,41); }
td.TdClassName
{
border-color: #561F29;
}
.TagClassName
{
border-color: #561F29;
}
</style>