Shades of Bordeaux #471E27
Tints of Bordeaux #471E27
RGB
CMYK
RGB Variations
Color information
#471E27 (or 0x471E27) is known color: Bordeaux. HEX triplet: 47, 1E and 27. RGB value is (71,30,39). Sum of RGB (Red+Green+Blue) = 71+30+39=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #471E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E27 is #B8E1D8. Grayscale: #2B2B2B. Windows color (decimal): -12116441 or 2563655. OLE color: 2563655.
HSL color Cylindrical-coordinate representation of color #471E27: hue angle of 346.83º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #471E27 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 30 | 39 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.72 |
| HSL | 346.83º | 0.41% | 0.2% | - |
| HSV(B) | 346.83º | 0.58% | 0.28% | - |
| XYZ | 3.43 | 2.41 | 2.2 | - |
| YUV | 43.29 | 125.58 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 30 | 39 | 0 | 0.58 | 0.45 | 0.72 | 346.83 | 0.41 | 0.2 |
| Hex | 47 | 1E | 27 | 0 | 3A | 2D | 48 | 15B | 29 | 14 |
| Octal | 107 | 36 | 47 | 0 | 72 | 55 | 110 | 533 | 51 | 24 |
| Binary | 1000111 | 11110 | 100111 | 0 | 111010 | 101101 | 1001000 | 101011011 | 101001 | 10100 |
Color Harmonies of #471E27
Complementary color
Monochromatic Colors of #471E27
Black with #471E27
Text Example
Text Example
White with #471E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471E27; }
p { color: rgb(71,30,39); }
H1.HeaderClassName
{
color: #471E27;
}
.AnyTagClassName
{
color: #471E27;
}
</style>
background-color css
<style>
a { background-color: #471E27; }
a { background-color: rgb(71,30,39); }
div.DivClassName
{
background-color: #471E27;
}
.BgClassName
{
background-color: #471E27;
}
</style>
border-color css
<style>
span { border-color: #471E27; }
span { border-color: rgb(71,30,39); }
td.TdClassName
{
border-color: #471E27;
}
.TagClassName
{
border-color: #471E27;
}
</style>