Shades of Bordeaux #56202B
Tints of Bordeaux #56202B
RGB
CMYK
RGB Variations
Color information
#56202B (or 0x56202B) is known color: Bordeaux. HEX triplet: 56, 20 and 2B. RGB value is (86,32,43). Sum of RGB (Red+Green+Blue) = 86+32+43=161 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.42% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 86 - color contains mainly: red. Hex color #56202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56202B is #A9DFD4. Grayscale: #313131. Windows color (decimal): -11132885 or 2826326. OLE color: 2826326.
HSL color Cylindrical-coordinate representation of color #56202B: hue angle of 347.78º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56202B is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 32 | 43 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.66 |
| HSL | 347.78º | 0.46% | 0.23% | - |
| HSV(B) | 347.78º | 0.63% | 0.34% | - |
| XYZ | 4.79 | 3.19 | 2.65 | - |
| YUV | 49.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 32 | 43 | 0 | 0.63 | 0.50 | 0.66 | 347.78 | 0.46 | 0.23 |
| Hex | 56 | 20 | 2B | 0 | 3F | 32 | 42 | 15C | 2E | 17 |
| Octal | 126 | 40 | 53 | 0 | 77 | 62 | 102 | 534 | 56 | 27 |
| Binary | 1010110 | 100000 | 101011 | 0 | 111111 | 110010 | 1000010 | 101011100 | 101110 | 10111 |
Color Harmonies of #56202B
Complementary color
Monochromatic Colors of #56202B
Black with #56202B
Text Example
Text Example
White with #56202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56202B; }
p { color: rgb(86,32,43); }
H1.HeaderClassName
{
color: #56202B;
}
.AnyTagClassName
{
color: #56202B;
}
</style>
background-color css
<style>
a { background-color: #56202B; }
a { background-color: rgb(86,32,43); }
div.DivClassName
{
background-color: #56202B;
}
.BgClassName
{
background-color: #56202B;
}
</style>
border-color css
<style>
span { border-color: #56202B; }
span { border-color: rgb(86,32,43); }
td.TdClassName
{
border-color: #56202B;
}
.TagClassName
{
border-color: #56202B;
}
</style>