Shades of Bordeaux #56192B
Tints of Bordeaux #56192B
RGB
CMYK
RGB Variations
Color information
#56192B (or 0x56192B) is known color: Bordeaux. HEX triplet: 56, 19 and 2B. RGB value is (86,25,43). Sum of RGB (Red+Green+Blue) = 86+25+43=154 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.84% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 86 - color contains mainly: red. Hex color #56192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56192B is #A9E6D4. Grayscale: #2D2D2D. Windows color (decimal): -11134677 or 2824534. OLE color: 2824534.
HSL color Cylindrical-coordinate representation of color #56192B: hue angle of 342.3º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #56192B is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 25 | 43 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.66 |
| HSL | 342.3º | 0.55% | 0.22% | - |
| HSV(B) | 342.3º | 0.71% | 0.34% | - |
| XYZ | 4.62 | 2.85 | 2.59 | - |
| YUV | 45.29 | 126.71 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 25 | 43 | 0 | 0.71 | 0.50 | 0.66 | 342.3 | 0.55 | 0.22 |
| Hex | 56 | 19 | 2B | 0 | 47 | 32 | 42 | 156 | 37 | 16 |
| Octal | 126 | 31 | 53 | 0 | 107 | 62 | 102 | 526 | 67 | 26 |
| Binary | 1010110 | 11001 | 101011 | 0 | 1000111 | 110010 | 1000010 | 101010110 | 110111 | 10110 |
Color Harmonies of #56192B
Complementary color
Monochromatic Colors of #56192B
Black with #56192B
Text Example
Text Example
White with #56192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56192B; }
p { color: rgb(86,25,43); }
H1.HeaderClassName
{
color: #56192B;
}
.AnyTagClassName
{
color: #56192B;
}
</style>
background-color css
<style>
a { background-color: #56192B; }
a { background-color: rgb(86,25,43); }
div.DivClassName
{
background-color: #56192B;
}
.BgClassName
{
background-color: #56192B;
}
</style>
border-color css
<style>
span { border-color: #56192B; }
span { border-color: rgb(86,25,43); }
td.TdClassName
{
border-color: #56192B;
}
.TagClassName
{
border-color: #56192B;
}
</style>