Shades of Bordeaux #471524
Tints of Bordeaux #471524
RGB
CMYK
RGB Variations
Color information
#471524 (or 0x471524) is known color: Bordeaux. HEX triplet: 47, 15 and 24. RGB value is (71,21,36). Sum of RGB (Red+Green+Blue) = 71+21+36=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #471524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471524 is #B8EADB. Grayscale: #252525. Windows color (decimal): -12118748 or 2364743. OLE color: 2364743.
HSL color Cylindrical-coordinate representation of color #471524: hue angle of 342º 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 #471524 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 21 | 36 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.72 |
| HSL | 342º | 0.54% | 0.18% | - |
| HSV(B) | 342º | 0.7% | 0.28% | - |
| XYZ | 3.19 | 2 | 1.89 | - |
| YUV | 37.66 | 127.07 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 21 | 36 | 0 | 0.70 | 0.49 | 0.72 | 342 | 0.54 | 0.18 |
| Hex | 47 | 15 | 24 | 0 | 46 | 31 | 48 | 156 | 36 | 12 |
| Octal | 107 | 25 | 44 | 0 | 106 | 61 | 110 | 526 | 66 | 22 |
| Binary | 1000111 | 10101 | 100100 | 0 | 1000110 | 110001 | 1001000 | 101010110 | 110110 | 10010 |
Color Harmonies of #471524
Complementary color
Monochromatic Colors of #471524
Black with #471524
Text Example
Text Example
White with #471524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471524; }
p { color: rgb(71,21,36); }
H1.HeaderClassName
{
color: #471524;
}
.AnyTagClassName
{
color: #471524;
}
</style>
background-color css
<style>
a { background-color: #471524; }
a { background-color: rgb(71,21,36); }
div.DivClassName
{
background-color: #471524;
}
.BgClassName
{
background-color: #471524;
}
</style>
border-color css
<style>
span { border-color: #471524; }
span { border-color: rgb(71,21,36); }
td.TdClassName
{
border-color: #471524;
}
.TagClassName
{
border-color: #471524;
}
</style>