Shades of Bordeaux #471F28
Tints of Bordeaux #471F28
RGB
CMYK
RGB Variations
Color information
#471F28 (or 0x471F28) is known color: Bordeaux. HEX triplet: 47, 1F and 28. RGB value is (71,31,40). Sum of RGB (Red+Green+Blue) = 71+31+40=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #471F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F28 is #B8E0D7. Grayscale: #2B2B2B. Windows color (decimal): -12116184 or 2629447. OLE color: 2629447.
HSL color Cylindrical-coordinate representation of color #471F28: hue angle of 346.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #471F28 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 31 | 40 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.72 |
| HSL | 346.5º | 0.39% | 0.2% | - |
| HSV(B) | 346.5º | 0.56% | 0.28% | - |
| XYZ | 3.47 | 2.47 | 2.3 | - |
| YUV | 43.99 | 125.75 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 40 | 0 | 0.56 | 0.44 | 0.72 | 346.5 | 0.39 | 0.2 |
| Hex | 47 | 1F | 28 | 0 | 38 | 2C | 48 | 15A | 27 | 14 |
| Octal | 107 | 37 | 50 | 0 | 70 | 54 | 110 | 532 | 47 | 24 |
| Binary | 1000111 | 11111 | 101000 | 0 | 111000 | 101100 | 1001000 | 101011010 | 100111 | 10100 |
Color Harmonies of #471F28
Complementary color
Monochromatic Colors of #471F28
Black with #471F28
Text Example
Text Example
White with #471F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471F28; }
p { color: rgb(71,31,40); }
H1.HeaderClassName
{
color: #471F28;
}
.AnyTagClassName
{
color: #471F28;
}
</style>
background-color css
<style>
a { background-color: #471F28; }
a { background-color: rgb(71,31,40); }
div.DivClassName
{
background-color: #471F28;
}
.BgClassName
{
background-color: #471F28;
}
</style>
border-color css
<style>
span { border-color: #471F28; }
span { border-color: rgb(71,31,40); }
td.TdClassName
{
border-color: #471F28;
}
.TagClassName
{
border-color: #471F28;
}
</style>