Shades of Bordeaux #56192A
Tints of Bordeaux #56192A
RGB
CMYK
RGB Variations
Color information
#56192A (or 0x56192A) is known color: Bordeaux. HEX triplet: 56, 19 and 2A. RGB value is (86,25,42). Sum of RGB (Red+Green+Blue) = 86+25+42=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #56192A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56192A is #A9E6D5. Grayscale: #2D2D2D. Windows color (decimal): -11134678 or 2758998. OLE color: 2758998.
HSL color Cylindrical-coordinate representation of color #56192A: hue angle of 343.28º 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 #56192A is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 25 | 42 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.66 |
| HSL | 343.28º | 0.55% | 0.22% | - |
| HSV(B) | 343.28º | 0.71% | 0.34% | - |
| XYZ | 4.6 | 2.84 | 2.5 | - |
| YUV | 45.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 25 | 42 | 0 | 0.71 | 0.51 | 0.66 | 343.28 | 0.55 | 0.22 |
| Hex | 56 | 19 | 2A | 0 | 47 | 33 | 42 | 157 | 37 | 16 |
| Octal | 126 | 31 | 52 | 0 | 107 | 63 | 102 | 527 | 67 | 26 |
| Binary | 1010110 | 11001 | 101010 | 0 | 1000111 | 110011 | 1000010 | 101010111 | 110111 | 10110 |
Color Harmonies of #56192A
Complementary color
Monochromatic Colors of #56192A
Black with #56192A
Text Example
Text Example
White with #56192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56192A; }
p { color: rgb(86,25,42); }
H1.HeaderClassName
{
color: #56192A;
}
.AnyTagClassName
{
color: #56192A;
}
</style>
background-color css
<style>
a { background-color: #56192A; }
a { background-color: rgb(86,25,42); }
div.DivClassName
{
background-color: #56192A;
}
.BgClassName
{
background-color: #56192A;
}
</style>
border-color css
<style>
span { border-color: #56192A; }
span { border-color: rgb(86,25,42); }
td.TdClassName
{
border-color: #56192A;
}
.TagClassName
{
border-color: #56192A;
}
</style>