Shades of Bordeaux #561E2B
Tints of Bordeaux #561E2B
RGB
CMYK
RGB Variations
Color information
#561E2B (or 0x561E2B) is known color: Bordeaux. HEX triplet: 56, 1E and 2B. RGB value is (86,30,43). Sum of RGB (Red+Green+Blue) = 86+30+43=159 (21% of max value = 765). Red value is 86 (33.98% from 255 or 54.09% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 86 - color contains mainly: red. Hex color #561E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E2B is #A9E1D4. Grayscale: #303030. Windows color (decimal): -11133397 or 2825814. OLE color: 2825814.
HSL color Cylindrical-coordinate representation of color #561E2B: hue angle of 346.07º 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 #561E2B is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 30 | 43 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.66 |
| HSL | 346.07º | 0.48% | 0.23% | - |
| HSV(B) | 346.07º | 0.65% | 0.34% | - |
| XYZ | 4.74 | 3.08 | 2.63 | - |
| YUV | 48.23 | 125.05 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 43 | 0 | 0.65 | 0.50 | 0.66 | 346.07 | 0.48 | 0.23 |
| Hex | 56 | 1E | 2B | 0 | 41 | 32 | 42 | 15A | 30 | 17 |
| Octal | 126 | 36 | 53 | 0 | 101 | 62 | 102 | 532 | 60 | 27 |
| Binary | 1010110 | 11110 | 101011 | 0 | 1000001 | 110010 | 1000010 | 101011010 | 110000 | 10111 |
Color Harmonies of #561E2B
Complementary color
Monochromatic Colors of #561E2B
Black with #561E2B
Text Example
Text Example
White with #561E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561E2B; }
p { color: rgb(86,30,43); }
H1.HeaderClassName
{
color: #561E2B;
}
.AnyTagClassName
{
color: #561E2B;
}
</style>
background-color css
<style>
a { background-color: #561E2B; }
a { background-color: rgb(86,30,43); }
div.DivClassName
{
background-color: #561E2B;
}
.BgClassName
{
background-color: #561E2B;
}
</style>
border-color css
<style>
span { border-color: #561E2B; }
span { border-color: rgb(86,30,43); }
td.TdClassName
{
border-color: #561E2B;
}
.TagClassName
{
border-color: #561E2B;
}
</style>