Shades of Bordeaux #471A1F
Tints of Bordeaux #471A1F
RGB
CMYK
RGB Variations
Color information
#471A1F (or 0x471A1F) is known color: Bordeaux. HEX triplet: 47, 1A and 1F. RGB value is (71,26,31). Sum of RGB (Red+Green+Blue) = 71+26+31=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #471A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A1F is #B8E5E0. Grayscale: #282828. Windows color (decimal): -12117473 or 2038343. OLE color: 2038343.
HSL color Cylindrical-coordinate representation of color #471A1F: hue angle of 353.33º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #471A1F is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 26 | 31 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.72 |
| HSL | 353.33º | 0.46% | 0.19% | - |
| HSV(B) | 353.33º | 0.63% | 0.28% | - |
| XYZ | 3.22 | 2.18 | 1.55 | - |
| YUV | 40.03 | 122.91 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 31 | 0 | 0.63 | 0.56 | 0.72 | 353.33 | 0.46 | 0.19 |
| Hex | 47 | 1A | 1F | 0 | 3F | 38 | 48 | 161 | 2E | 13 |
| Octal | 107 | 32 | 37 | 0 | 77 | 70 | 110 | 541 | 56 | 23 |
| Binary | 1000111 | 11010 | 11111 | 0 | 111111 | 111000 | 1001000 | 101100001 | 101110 | 10011 |
Color Harmonies of #471A1F
Complementary color
Monochromatic Colors of #471A1F
Black with #471A1F
Text Example
Text Example
White with #471A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471A1F; }
p { color: rgb(71,26,31); }
H1.HeaderClassName
{
color: #471A1F;
}
.AnyTagClassName
{
color: #471A1F;
}
</style>
background-color css
<style>
a { background-color: #471A1F; }
a { background-color: rgb(71,26,31); }
div.DivClassName
{
background-color: #471A1F;
}
.BgClassName
{
background-color: #471A1F;
}
</style>
border-color css
<style>
span { border-color: #471A1F; }
span { border-color: rgb(71,26,31); }
td.TdClassName
{
border-color: #471A1F;
}
.TagClassName
{
border-color: #471A1F;
}
</style>