Shades of Bordeaux #47222A
Tints of Bordeaux #47222A
RGB
CMYK
RGB Variations
Color information
#47222A (or 0x47222A) is known color: Bordeaux. HEX triplet: 47, 22 and 2A. RGB value is (71,34,42). Sum of RGB (Red+Green+Blue) = 71+34+42=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #47222A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47222A is #B8DDD5. Grayscale: #2D2D2D. Windows color (decimal): -12115414 or 2761287. OLE color: 2761287.
HSL color Cylindrical-coordinate representation of color #47222A: hue angle of 347.03º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47222A is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 34 | 42 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.72 |
| HSL | 347.03º | 0.35% | 0.21% | - |
| HSV(B) | 347.03º | 0.52% | 0.28% | - |
| XYZ | 3.59 | 2.65 | 2.51 | - |
| YUV | 45.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 34 | 42 | 0 | 0.52 | 0.41 | 0.72 | 347.03 | 0.35 | 0.21 |
| Hex | 47 | 22 | 2A | 0 | 34 | 29 | 48 | 15B | 23 | 15 |
| Octal | 107 | 42 | 52 | 0 | 64 | 51 | 110 | 533 | 43 | 25 |
| Binary | 1000111 | 100010 | 101010 | 0 | 110100 | 101001 | 1001000 | 101011011 | 100011 | 10101 |
Color Harmonies of #47222A
Complementary color
Monochromatic Colors of #47222A
Black with #47222A
Text Example
Text Example
White with #47222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47222A; }
p { color: rgb(71,34,42); }
H1.HeaderClassName
{
color: #47222A;
}
.AnyTagClassName
{
color: #47222A;
}
</style>
background-color css
<style>
a { background-color: #47222A; }
a { background-color: rgb(71,34,42); }
div.DivClassName
{
background-color: #47222A;
}
.BgClassName
{
background-color: #47222A;
}
</style>
border-color css
<style>
span { border-color: #47222A; }
span { border-color: rgb(71,34,42); }
td.TdClassName
{
border-color: #47222A;
}
.TagClassName
{
border-color: #47222A;
}
</style>