Shades of Bordeaux #47101C
Tints of Bordeaux #47101C
RGB
CMYK
RGB Variations
Color information
#47101C (or 0x47101C) is known color: Bordeaux. HEX triplet: 47, 10 and 1C. RGB value is (71,16,28). Sum of RGB (Red+Green+Blue) = 71+16+28=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #47101C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47101C is #B8EFE3. Grayscale: #212121. Windows color (decimal): -12120036 or 1839175. OLE color: 1839175.
HSL color Cylindrical-coordinate representation of color #47101C: hue angle of 346.91º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #47101C is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 16 | 28 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.72 |
| HSL | 346.91º | 0.63% | 0.17% | - |
| HSV(B) | 346.91º | 0.77% | 0.28% | - |
| XYZ | 2.99 | 1.79 | 1.29 | - |
| YUV | 33.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 16 | 28 | 0 | 0.77 | 0.61 | 0.72 | 346.91 | 0.63 | 0.17 |
| Hex | 47 | 10 | 1C | 0 | 4D | 3D | 48 | 15B | 3F | 11 |
| Octal | 107 | 20 | 34 | 0 | 115 | 75 | 110 | 533 | 77 | 21 |
| Binary | 1000111 | 10000 | 11100 | 0 | 1001101 | 111101 | 1001000 | 101011011 | 111111 | 10001 |
Color Harmonies of #47101C
Complementary color
Monochromatic Colors of #47101C
Black with #47101C
Text Example
Text Example
White with #47101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47101C; }
p { color: rgb(71,16,28); }
H1.HeaderClassName
{
color: #47101C;
}
.AnyTagClassName
{
color: #47101C;
}
</style>
background-color css
<style>
a { background-color: #47101C; }
a { background-color: rgb(71,16,28); }
div.DivClassName
{
background-color: #47101C;
}
.BgClassName
{
background-color: #47101C;
}
</style>
border-color css
<style>
span { border-color: #47101C; }
span { border-color: rgb(71,16,28); }
td.TdClassName
{
border-color: #47101C;
}
.TagClassName
{
border-color: #47101C;
}
</style>