Shades of Bordeaux #471222
Tints of Bordeaux #471222
RGB
CMYK
RGB Variations
Color information
#471222 (or 0x471222) is known color: Bordeaux. HEX triplet: 47, 12 and 22. RGB value is (71,18,34). Sum of RGB (Red+Green+Blue) = 71+18+34=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #471222 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471222 is #B8EDDD. Grayscale: #232323. Windows color (decimal): -12119518 or 2232903. OLE color: 2232903.
HSL color Cylindrical-coordinate representation of color #471222: hue angle of 341.89º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #471222 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 18 | 34 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.72 |
| HSL | 341.89º | 0.6% | 0.17% | - |
| HSV(B) | 341.89º | 0.75% | 0.28% | - |
| XYZ | 3.1 | 1.89 | 1.71 | - |
| YUV | 35.67 | 127.06 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 18 | 34 | 0 | 0.75 | 0.52 | 0.72 | 341.89 | 0.6 | 0.17 |
| Hex | 47 | 12 | 22 | 0 | 4B | 34 | 48 | 156 | 3C | 11 |
| Octal | 107 | 22 | 42 | 0 | 113 | 64 | 110 | 526 | 74 | 21 |
| Binary | 1000111 | 10010 | 100010 | 0 | 1001011 | 110100 | 1001000 | 101010110 | 111100 | 10001 |
Color Harmonies of #471222
Complementary color
Monochromatic Colors of #471222
Black with #471222
Text Example
Text Example
White with #471222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471222; }
p { color: rgb(71,18,34); }
H1.HeaderClassName
{
color: #471222;
}
.AnyTagClassName
{
color: #471222;
}
</style>
background-color css
<style>
a { background-color: #471222; }
a { background-color: rgb(71,18,34); }
div.DivClassName
{
background-color: #471222;
}
.BgClassName
{
background-color: #471222;
}
</style>
border-color css
<style>
span { border-color: #471222; }
span { border-color: rgb(71,18,34); }
td.TdClassName
{
border-color: #471222;
}
.TagClassName
{
border-color: #471222;
}
</style>