Shades of Bordeaux #471124
Tints of Bordeaux #471124
RGB
CMYK
RGB Variations
Color information
#471124 (or 0x471124) is known color: Bordeaux. HEX triplet: 47, 11 and 24. RGB value is (71,17,36). Sum of RGB (Red+Green+Blue) = 71+17+36=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #471124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471124 is #B8EEDB. Grayscale: #232323. Windows color (decimal): -12119772 or 2363719. OLE color: 2363719.
HSL color Cylindrical-coordinate representation of color #471124: hue angle of 338.89º 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 #471124 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 17 | 36 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.72 |
| HSL | 338.89º | 0.61% | 0.17% | - |
| HSV(B) | 338.89º | 0.76% | 0.28% | - |
| XYZ | 3.12 | 1.87 | 1.87 | - |
| YUV | 35.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 17 | 36 | 0 | 0.76 | 0.49 | 0.72 | 338.89 | 0.61 | 0.17 |
| Hex | 47 | 11 | 24 | 0 | 4C | 31 | 48 | 153 | 3D | 11 |
| Octal | 107 | 21 | 44 | 0 | 114 | 61 | 110 | 523 | 75 | 21 |
| Binary | 1000111 | 10001 | 100100 | 0 | 1001100 | 110001 | 1001000 | 101010011 | 111101 | 10001 |
Color Harmonies of #471124
Complementary color
Monochromatic Colors of #471124
Black with #471124
Text Example
Text Example
White with #471124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471124; }
p { color: rgb(71,17,36); }
H1.HeaderClassName
{
color: #471124;
}
.AnyTagClassName
{
color: #471124;
}
</style>
background-color css
<style>
a { background-color: #471124; }
a { background-color: rgb(71,17,36); }
div.DivClassName
{
background-color: #471124;
}
.BgClassName
{
background-color: #471124;
}
</style>
border-color css
<style>
span { border-color: #471124; }
span { border-color: rgb(71,17,36); }
td.TdClassName
{
border-color: #471124;
}
.TagClassName
{
border-color: #471124;
}
</style>