Shades of Bordeaux #47091D
Tints of Bordeaux #47091D
RGB
CMYK
RGB Variations
Color information
#47091D (or 0x47091D) is known color: Bordeaux. HEX triplet: 47, 09 and 1D. RGB value is (71,9,29). Sum of RGB (Red+Green+Blue) = 71+9+29=109 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.14% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 71 - color contains mainly: red. Hex color #47091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47091D is #B8F6E2. Grayscale: #1D1D1D. Windows color (decimal): -12121827 or 1902919. OLE color: 1902919.
HSL color Cylindrical-coordinate representation of color #47091D: hue angle of 340.65º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #47091D is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 9 | 29 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.72 |
| HSL | 340.65º | 0.78% | 0.16% | - |
| HSV(B) | 340.65º | 0.87% | 0.28% | - |
| XYZ | 2.92 | 1.62 | 1.32 | - |
| YUV | 29.82 | 127.54 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 9 | 29 | 0 | 0.87 | 0.59 | 0.72 | 340.65 | 0.78 | 0.16 |
| Hex | 47 | 9 | 1D | 0 | 57 | 3B | 48 | 155 | 4E | 10 |
| Octal | 107 | 11 | 35 | 0 | 127 | 73 | 110 | 525 | 116 | 20 |
| Binary | 1000111 | 1001 | 11101 | 0 | 1010111 | 111011 | 1001000 | 101010101 | 1001110 | 10000 |
Color Harmonies of #47091D
Complementary color
Monochromatic Colors of #47091D
Black with #47091D
Text Example
Text Example
White with #47091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47091D; }
p { color: rgb(71,9,29); }
H1.HeaderClassName
{
color: #47091D;
}
.AnyTagClassName
{
color: #47091D;
}
</style>
background-color css
<style>
a { background-color: #47091D; }
a { background-color: rgb(71,9,29); }
div.DivClassName
{
background-color: #47091D;
}
.BgClassName
{
background-color: #47091D;
}
</style>
border-color css
<style>
span { border-color: #47091D; }
span { border-color: rgb(71,9,29); }
td.TdClassName
{
border-color: #47091D;
}
.TagClassName
{
border-color: #47091D;
}
</style>