Shades of Bordeaux #47061B
Tints of Bordeaux #47061B
RGB
CMYK
RGB Variations
Color information
#47061B (or 0x47061B) is known color: Bordeaux. HEX triplet: 47, 06 and 1B. RGB value is (71,6,27). Sum of RGB (Red+Green+Blue) = 71+6+27=104 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.27% from 104); Green value is 6 (2.73% from 255 or 5.77% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 71 - color contains mainly: red. Hex color #47061B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47061B is #B8F9E4. Grayscale: #1B1B1B. Windows color (decimal): -12122597 or 1771079. OLE color: 1771079.
HSL color Cylindrical-coordinate representation of color #47061B: hue angle of 340.62º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #47061B is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 6 | 27 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.72 |
| HSL | 340.62º | 0.84% | 0.15% | - |
| HSV(B) | 340.62º | 0.92% | 0.28% | - |
| XYZ | 2.86 | 1.55 | 1.19 | - |
| YUV | 27.83 | 127.53 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 6 | 27 | 0 | 0.92 | 0.62 | 0.72 | 340.62 | 0.84 | 0.15 |
| Hex | 47 | 6 | 1B | 0 | 5C | 3E | 48 | 155 | 54 | F |
| Octal | 107 | 6 | 33 | 0 | 134 | 76 | 110 | 525 | 124 | 17 |
| Binary | 1000111 | 110 | 11011 | 0 | 1011100 | 111110 | 1001000 | 101010101 | 1010100 | 1111 |
Color Harmonies of #47061B
Complementary color
Monochromatic Colors of #47061B
Black with #47061B
Text Example
Text Example
White with #47061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47061B; }
p { color: rgb(71,6,27); }
H1.HeaderClassName
{
color: #47061B;
}
.AnyTagClassName
{
color: #47061B;
}
</style>
background-color css
<style>
a { background-color: #47061B; }
a { background-color: rgb(71,6,27); }
div.DivClassName
{
background-color: #47061B;
}
.BgClassName
{
background-color: #47061B;
}
</style>
border-color css
<style>
span { border-color: #47061B; }
span { border-color: rgb(71,6,27); }
td.TdClassName
{
border-color: #47061B;
}
.TagClassName
{
border-color: #47061B;
}
</style>