Shades of Bordeaux #561E29
Tints of Bordeaux #561E29
RGB
CMYK
RGB Variations
Color information
#561E29 (or 0x561E29) is known color: Bordeaux. HEX triplet: 56, 1E and 29. RGB value is (86,30,41). Sum of RGB (Red+Green+Blue) = 86+30+41=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #561E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E29 is #A9E1D6. Grayscale: #303030. Windows color (decimal): -11133399 or 2694742. OLE color: 2694742.
HSL color Cylindrical-coordinate representation of color #561E29: hue angle of 348.21º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #561E29 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 30 | 41 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.66 |
| HSL | 348.21º | 0.48% | 0.23% | - |
| HSV(B) | 348.21º | 0.65% | 0.34% | - |
| XYZ | 4.7 | 3.07 | 2.44 | - |
| YUV | 48 | 124.05 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 41 | 0 | 0.65 | 0.52 | 0.66 | 348.21 | 0.48 | 0.23 |
| Hex | 56 | 1E | 29 | 0 | 41 | 34 | 42 | 15C | 30 | 17 |
| Octal | 126 | 36 | 51 | 0 | 101 | 64 | 102 | 534 | 60 | 27 |
| Binary | 1010110 | 11110 | 101001 | 0 | 1000001 | 110100 | 1000010 | 101011100 | 110000 | 10111 |
Color Harmonies of #561E29
Complementary color
Monochromatic Colors of #561E29
Black with #561E29
Text Example
Text Example
White with #561E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561E29; }
p { color: rgb(86,30,41); }
H1.HeaderClassName
{
color: #561E29;
}
.AnyTagClassName
{
color: #561E29;
}
</style>
background-color css
<style>
a { background-color: #561E29; }
a { background-color: rgb(86,30,41); }
div.DivClassName
{
background-color: #561E29;
}
.BgClassName
{
background-color: #561E29;
}
</style>
border-color css
<style>
span { border-color: #561E29; }
span { border-color: rgb(86,30,41); }
td.TdClassName
{
border-color: #561E29;
}
.TagClassName
{
border-color: #561E29;
}
</style>