Shades of Bordeaux #47061A
Tints of Bordeaux #47061A
RGB
CMYK
RGB Variations
Color information
#47061A (or 0x47061A) is known color: Bordeaux. HEX triplet: 47, 06 and 1A. RGB value is (71,6,26). Sum of RGB (Red+Green+Blue) = 71+6+26=103 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.93% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 71 - color contains mainly: red. Hex color #47061A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47061A is #B8F9E5. Grayscale: #1B1B1B. Windows color (decimal): -12122598 or 1705543. OLE color: 1705543.
HSL color Cylindrical-coordinate representation of color #47061A: hue angle of 341.54º 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 #47061A is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 6 | 26 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.72 |
| HSL | 341.54º | 0.84% | 0.15% | - |
| HSV(B) | 341.54º | 0.92% | 0.28% | - |
| XYZ | 2.85 | 1.54 | 1.13 | - |
| YUV | 27.72 | 127.03 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 6 | 26 | 0 | 0.92 | 0.63 | 0.72 | 341.54 | 0.84 | 0.15 |
| Hex | 47 | 6 | 1A | 0 | 5C | 3F | 48 | 156 | 54 | F |
| Octal | 107 | 6 | 32 | 0 | 134 | 77 | 110 | 526 | 124 | 17 |
| Binary | 1000111 | 110 | 11010 | 0 | 1011100 | 111111 | 1001000 | 101010110 | 1010100 | 1111 |
Color Harmonies of #47061A
Complementary color
Monochromatic Colors of #47061A
Black with #47061A
Text Example
Text Example
White with #47061A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47061A; }
p { color: rgb(71,6,26); }
H1.HeaderClassName
{
color: #47061A;
}
.AnyTagClassName
{
color: #47061A;
}
</style>
background-color css
<style>
a { background-color: #47061A; }
a { background-color: rgb(71,6,26); }
div.DivClassName
{
background-color: #47061A;
}
.BgClassName
{
background-color: #47061A;
}
</style>
border-color css
<style>
span { border-color: #47061A; }
span { border-color: rgb(71,6,26); }
td.TdClassName
{
border-color: #47061A;
}
.TagClassName
{
border-color: #47061A;
}
</style>