Shades of Bordeaux #47071C
Tints of Bordeaux #47071C
RGB
CMYK
RGB Variations
Color information
#47071C (or 0x47071C) is known color: Bordeaux. HEX triplet: 47, 07 and 1C. RGB value is (71,7,28). Sum of RGB (Red+Green+Blue) = 71+7+28=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #47071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47071C is #B8F8E3. Grayscale: #1C1C1C. Windows color (decimal): -12122340 or 1836871. OLE color: 1836871.
HSL color Cylindrical-coordinate representation of color #47071C: hue angle of 340.31º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #47071C is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 7 | 28 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.72 |
| HSL | 340.31º | 0.82% | 0.15% | - |
| HSV(B) | 340.31º | 0.9% | 0.28% | - |
| XYZ | 2.88 | 1.58 | 1.25 | - |
| YUV | 28.53 | 127.7 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 7 | 28 | 0 | 0.90 | 0.61 | 0.72 | 340.31 | 0.82 | 0.15 |
| Hex | 47 | 7 | 1C | 0 | 5A | 3D | 48 | 154 | 52 | F |
| Octal | 107 | 7 | 34 | 0 | 132 | 75 | 110 | 524 | 122 | 17 |
| Binary | 1000111 | 111 | 11100 | 0 | 1011010 | 111101 | 1001000 | 101010100 | 1010010 | 1111 |
Color Harmonies of #47071C
Complementary color
Monochromatic Colors of #47071C
Black with #47071C
Text Example
Text Example
White with #47071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47071C; }
p { color: rgb(71,7,28); }
H1.HeaderClassName
{
color: #47071C;
}
.AnyTagClassName
{
color: #47071C;
}
</style>
background-color css
<style>
a { background-color: #47071C; }
a { background-color: rgb(71,7,28); }
div.DivClassName
{
background-color: #47071C;
}
.BgClassName
{
background-color: #47071C;
}
</style>
border-color css
<style>
span { border-color: #47071C; }
span { border-color: rgb(71,7,28); }
td.TdClassName
{
border-color: #47071C;
}
.TagClassName
{
border-color: #47071C;
}
</style>