Shades of Bordeaux #471123
Tints of Bordeaux #471123
RGB
CMYK
RGB Variations
Color information
#471123 (or 0x471123) is known color: Bordeaux. HEX triplet: 47, 11 and 23. RGB value is (71,17,35). Sum of RGB (Red+Green+Blue) = 71+17+35=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #471123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471123 is #B8EEDC. Grayscale: #232323. Windows color (decimal): -12119773 or 2298183. OLE color: 2298183.
HSL color Cylindrical-coordinate representation of color #471123: hue angle of 340º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #471123 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 17 | 35 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.72 |
| HSL | 340º | 0.61% | 0.17% | - |
| HSV(B) | 340º | 0.76% | 0.28% | - |
| XYZ | 3.1 | 1.86 | 1.79 | - |
| YUV | 35.2 | 127.89 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 17 | 35 | 0 | 0.76 | 0.51 | 0.72 | 340 | 0.61 | 0.17 |
| Hex | 47 | 11 | 23 | 0 | 4C | 33 | 48 | 154 | 3D | 11 |
| Octal | 107 | 21 | 43 | 0 | 114 | 63 | 110 | 524 | 75 | 21 |
| Binary | 1000111 | 10001 | 100011 | 0 | 1001100 | 110011 | 1001000 | 101010100 | 111101 | 10001 |
Color Harmonies of #471123
Complementary color
Monochromatic Colors of #471123
Black with #471123
Text Example
Text Example
White with #471123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471123; }
p { color: rgb(71,17,35); }
H1.HeaderClassName
{
color: #471123;
}
.AnyTagClassName
{
color: #471123;
}
</style>
background-color css
<style>
a { background-color: #471123; }
a { background-color: rgb(71,17,35); }
div.DivClassName
{
background-color: #471123;
}
.BgClassName
{
background-color: #471123;
}
</style>
border-color css
<style>
span { border-color: #471123; }
span { border-color: rgb(71,17,35); }
td.TdClassName
{
border-color: #471123;
}
.TagClassName
{
border-color: #471123;
}
</style>