Shades of Bordeaux #56172B
Tints of Bordeaux #56172B
RGB
CMYK
RGB Variations
Color information
#56172B (or 0x56172B) is known color: Bordeaux. HEX triplet: 56, 17 and 2B. RGB value is (86,23,43). Sum of RGB (Red+Green+Blue) = 86+23+43=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #56172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56172B is #A9E8D4. Grayscale: #2C2C2C. Windows color (decimal): -11135189 or 2824022. OLE color: 2824022.
HSL color Cylindrical-coordinate representation of color #56172B: hue angle of 340.95º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #56172B is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 23 | 43 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.66 |
| HSL | 340.95º | 0.58% | 0.21% | - |
| HSV(B) | 340.95º | 0.73% | 0.34% | - |
| XYZ | 4.58 | 2.77 | 2.58 | - |
| YUV | 44.12 | 127.37 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 23 | 43 | 0 | 0.73 | 0.50 | 0.66 | 340.95 | 0.58 | 0.21 |
| Hex | 56 | 17 | 2B | 0 | 49 | 32 | 42 | 155 | 3A | 15 |
| Octal | 126 | 27 | 53 | 0 | 111 | 62 | 102 | 525 | 72 | 25 |
| Binary | 1010110 | 10111 | 101011 | 0 | 1001001 | 110010 | 1000010 | 101010101 | 111010 | 10101 |
Color Harmonies of #56172B
Complementary color
Monochromatic Colors of #56172B
Black with #56172B
Text Example
Text Example
White with #56172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56172B; }
p { color: rgb(86,23,43); }
H1.HeaderClassName
{
color: #56172B;
}
.AnyTagClassName
{
color: #56172B;
}
</style>
background-color css
<style>
a { background-color: #56172B; }
a { background-color: rgb(86,23,43); }
div.DivClassName
{
background-color: #56172B;
}
.BgClassName
{
background-color: #56172B;
}
</style>
border-color css
<style>
span { border-color: #56172B; }
span { border-color: rgb(86,23,43); }
td.TdClassName
{
border-color: #56172B;
}
.TagClassName
{
border-color: #56172B;
}
</style>