Shades of Bordeaux #471C20
Tints of Bordeaux #471C20
RGB
CMYK
RGB Variations
Color information
#471C20 (or 0x471C20) is known color: Bordeaux. HEX triplet: 47, 1C and 20. RGB value is (71,28,32). Sum of RGB (Red+Green+Blue) = 71+28+32=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #471C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471C20 is #B8E3DF. Grayscale: #292929. Windows color (decimal): -12116960 or 2104391. OLE color: 2104391.
HSL color Cylindrical-coordinate representation of color #471C20: hue angle of 354.42º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #471C20 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 28 | 32 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.72 |
| HSL | 354.42º | 0.43% | 0.19% | - |
| HSV(B) | 354.42º | 0.61% | 0.28% | - |
| XYZ | 3.27 | 2.27 | 1.63 | - |
| YUV | 41.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 32 | 0 | 0.61 | 0.55 | 0.72 | 354.42 | 0.43 | 0.19 |
| Hex | 47 | 1C | 20 | 0 | 3D | 37 | 48 | 162 | 2B | 13 |
| Octal | 107 | 34 | 40 | 0 | 75 | 67 | 110 | 542 | 53 | 23 |
| Binary | 1000111 | 11100 | 100000 | 0 | 111101 | 110111 | 1001000 | 101100010 | 101011 | 10011 |
Color Harmonies of #471C20
Complementary color
Monochromatic Colors of #471C20
Black with #471C20
Text Example
Text Example
White with #471C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471C20; }
p { color: rgb(71,28,32); }
H1.HeaderClassName
{
color: #471C20;
}
.AnyTagClassName
{
color: #471C20;
}
</style>
background-color css
<style>
a { background-color: #471C20; }
a { background-color: rgb(71,28,32); }
div.DivClassName
{
background-color: #471C20;
}
.BgClassName
{
background-color: #471C20;
}
</style>
border-color css
<style>
span { border-color: #471C20; }
span { border-color: rgb(71,28,32); }
td.TdClassName
{
border-color: #471C20;
}
.TagClassName
{
border-color: #471C20;
}
</style>