Shades of Bordeaux #561D2A
Tints of Bordeaux #561D2A
RGB
CMYK
RGB Variations
Color information
#561D2A (or 0x561D2A) is known color: Bordeaux. HEX triplet: 56, 1D and 2A. RGB value is (86,29,42). Sum of RGB (Red+Green+Blue) = 86+29+42=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #561D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561D2A is #A9E2D5. Grayscale: #2F2F2F. Windows color (decimal): -11133654 or 2760022. OLE color: 2760022.
HSL color Cylindrical-coordinate representation of color #561D2A: hue angle of 346.32º 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 #561D2A is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 29 | 42 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.66 |
| HSL | 346.32º | 0.5% | 0.23% | - |
| HSV(B) | 346.32º | 0.66% | 0.34% | - |
| XYZ | 4.7 | 3.02 | 2.53 | - |
| YUV | 47.53 | 124.88 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 29 | 42 | 0 | 0.66 | 0.51 | 0.66 | 346.32 | 0.5 | 0.23 |
| Hex | 56 | 1D | 2A | 0 | 42 | 33 | 42 | 15A | 32 | 17 |
| Octal | 126 | 35 | 52 | 0 | 102 | 63 | 102 | 532 | 62 | 27 |
| Binary | 1010110 | 11101 | 101010 | 0 | 1000010 | 110011 | 1000010 | 101011010 | 110010 | 10111 |
Color Harmonies of #561D2A
Complementary color
Monochromatic Colors of #561D2A
Black with #561D2A
Text Example
Text Example
White with #561D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561D2A; }
p { color: rgb(86,29,42); }
H1.HeaderClassName
{
color: #561D2A;
}
.AnyTagClassName
{
color: #561D2A;
}
</style>
background-color css
<style>
a { background-color: #561D2A; }
a { background-color: rgb(86,29,42); }
div.DivClassName
{
background-color: #561D2A;
}
.BgClassName
{
background-color: #561D2A;
}
</style>
border-color css
<style>
span { border-color: #561D2A; }
span { border-color: rgb(86,29,42); }
td.TdClassName
{
border-color: #561D2A;
}
.TagClassName
{
border-color: #561D2A;
}
</style>