Shades of Bordeaux #471721
Tints of Bordeaux #471721
RGB
CMYK
RGB Variations
Color information
#471721 (or 0x471721) is known color: Bordeaux. HEX triplet: 47, 17 and 21. RGB value is (71,23,33). Sum of RGB (Red+Green+Blue) = 71+23+33=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #471721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471721 is #B8E8DE. Grayscale: #262626. Windows color (decimal): -12118239 or 2168647. OLE color: 2168647.
HSL color Cylindrical-coordinate representation of color #471721: hue angle of 347.5º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #471721 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 23 | 33 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.72 |
| HSL | 347.5º | 0.51% | 0.18% | - |
| HSV(B) | 347.5º | 0.68% | 0.28% | - |
| XYZ | 3.18 | 2.06 | 1.67 | - |
| YUV | 38.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 23 | 33 | 0 | 0.68 | 0.54 | 0.72 | 347.5 | 0.51 | 0.18 |
| Hex | 47 | 17 | 21 | 0 | 44 | 36 | 48 | 15C | 33 | 12 |
| Octal | 107 | 27 | 41 | 0 | 104 | 66 | 110 | 534 | 63 | 22 |
| Binary | 1000111 | 10111 | 100001 | 0 | 1000100 | 110110 | 1001000 | 101011100 | 110011 | 10010 |
Color Harmonies of #471721
Complementary color
Monochromatic Colors of #471721
Black with #471721
Text Example
Text Example
White with #471721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471721; }
p { color: rgb(71,23,33); }
H1.HeaderClassName
{
color: #471721;
}
.AnyTagClassName
{
color: #471721;
}
</style>
background-color css
<style>
a { background-color: #471721; }
a { background-color: rgb(71,23,33); }
div.DivClassName
{
background-color: #471721;
}
.BgClassName
{
background-color: #471721;
}
</style>
border-color css
<style>
span { border-color: #471721; }
span { border-color: rgb(71,23,33); }
td.TdClassName
{
border-color: #471721;
}
.TagClassName
{
border-color: #471721;
}
</style>