Shades of Bordeaux #471521
Tints of Bordeaux #471521
RGB
CMYK
RGB Variations
Color information
#471521 (or 0x471521) is known color: Bordeaux. HEX triplet: 47, 15 and 21. RGB value is (71,21,33). Sum of RGB (Red+Green+Blue) = 71+21+33=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #471521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471521 is #B8EADE. Grayscale: #252525. Windows color (decimal): -12118751 or 2168135. OLE color: 2168135.
HSL color Cylindrical-coordinate representation of color #471521: hue angle of 345.6º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #471521 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 21 | 33 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.72 |
| HSL | 345.6º | 0.54% | 0.18% | - |
| HSV(B) | 345.6º | 0.7% | 0.28% | - |
| XYZ | 3.14 | 1.99 | 1.66 | - |
| YUV | 37.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 21 | 33 | 0 | 0.70 | 0.54 | 0.72 | 345.6 | 0.54 | 0.18 |
| Hex | 47 | 15 | 21 | 0 | 46 | 36 | 48 | 15A | 36 | 12 |
| Octal | 107 | 25 | 41 | 0 | 106 | 66 | 110 | 532 | 66 | 22 |
| Binary | 1000111 | 10101 | 100001 | 0 | 1000110 | 110110 | 1001000 | 101011010 | 110110 | 10010 |
Color Harmonies of #471521
Complementary color
Monochromatic Colors of #471521
Black with #471521
Text Example
Text Example
White with #471521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471521; }
p { color: rgb(71,21,33); }
H1.HeaderClassName
{
color: #471521;
}
.AnyTagClassName
{
color: #471521;
}
</style>
background-color css
<style>
a { background-color: #471521; }
a { background-color: rgb(71,21,33); }
div.DivClassName
{
background-color: #471521;
}
.BgClassName
{
background-color: #471521;
}
</style>
border-color css
<style>
span { border-color: #471521; }
span { border-color: rgb(71,21,33); }
td.TdClassName
{
border-color: #471521;
}
.TagClassName
{
border-color: #471521;
}
</style>