Shades of Bordeaux #472026
Tints of Bordeaux #472026
RGB
CMYK
RGB Variations
Color information
#472026 (or 0x472026) is known color: Bordeaux. HEX triplet: 47, 20 and 26. RGB value is (71,32,38). Sum of RGB (Red+Green+Blue) = 71+32+38=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #472026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472026 is #B8DFD9. Grayscale: #2C2C2C. Windows color (decimal): -12115930 or 2498631. OLE color: 2498631.
HSL color Cylindrical-coordinate representation of color #472026: hue angle of 350.77º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #472026 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 32 | 38 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.72 |
| HSL | 350.77º | 0.38% | 0.2% | - |
| HSV(B) | 350.77º | 0.55% | 0.28% | - |
| XYZ | 3.46 | 2.51 | 2.14 | - |
| YUV | 44.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 32 | 38 | 0 | 0.55 | 0.46 | 0.72 | 350.77 | 0.38 | 0.2 |
| Hex | 47 | 20 | 26 | 0 | 37 | 2E | 48 | 15F | 26 | 14 |
| Octal | 107 | 40 | 46 | 0 | 67 | 56 | 110 | 537 | 46 | 24 |
| Binary | 1000111 | 100000 | 100110 | 0 | 110111 | 101110 | 1001000 | 101011111 | 100110 | 10100 |
Color Harmonies of #472026
Complementary color
Monochromatic Colors of #472026
Black with #472026
Text Example
Text Example
White with #472026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472026; }
p { color: rgb(71,32,38); }
H1.HeaderClassName
{
color: #472026;
}
.AnyTagClassName
{
color: #472026;
}
</style>
background-color css
<style>
a { background-color: #472026; }
a { background-color: rgb(71,32,38); }
div.DivClassName
{
background-color: #472026;
}
.BgClassName
{
background-color: #472026;
}
</style>
border-color css
<style>
span { border-color: #472026; }
span { border-color: rgb(71,32,38); }
td.TdClassName
{
border-color: #472026;
}
.TagClassName
{
border-color: #472026;
}
</style>