Shades of Burgundy #6A040B
Tints of Burgundy #6A040B
RGB
CMYK
RGB Variations
Color information
#6A040B (or 0x6A040B) is known color: Burgundy. HEX triplet: 6A, 04 and 0B. RGB value is (106,4,11). Sum of RGB (Red+Green+Blue) = 106+4+11=121 (16% of max value = 765). Red value is 106 (41.80% from 255 or 87.60% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 106 - color contains mainly: red. Hex color #6A040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A040B is #95FBF4. Grayscale: #232323. Windows color (decimal): -9829365 or 722026. OLE color: 722026.
HSL color Cylindrical-coordinate representation of color #6A040B: hue angle of 355.88º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A040B is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 4 | 11 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.58 |
| HSL | 355.88º | 0.93% | 0.22% | - |
| HSV(B) | 355.88º | 0.96% | 0.42% | - |
| XYZ | 6.05 | 3.18 | 0.61 | - |
| YUV | 35.3 | 114.29 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 4 | 11 | 0 | 0.96 | 0.90 | 0.58 | 355.88 | 0.93 | 0.22 |
| Hex | 6A | 4 | B | 0 | 60 | 5A | 3A | 164 | 5D | 16 |
| Octal | 152 | 4 | 13 | 0 | 140 | 132 | 72 | 544 | 135 | 26 |
| Binary | 1101010 | 100 | 1011 | 0 | 1100000 | 1011010 | 111010 | 101100100 | 1011101 | 10110 |
Color Harmonies of #6A040B
Complementary color
Monochromatic Colors of #6A040B
Black with #6A040B
Text Example
Text Example
White with #6A040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A040B; }
p { color: rgb(106,4,11); }
H1.HeaderClassName
{
color: #6A040B;
}
.AnyTagClassName
{
color: #6A040B;
}
</style>
background-color css
<style>
a { background-color: #6A040B; }
a { background-color: rgb(106,4,11); }
div.DivClassName
{
background-color: #6A040B;
}
.BgClassName
{
background-color: #6A040B;
}
</style>
border-color css
<style>
span { border-color: #6A040B; }
span { border-color: rgb(106,4,11); }
td.TdClassName
{
border-color: #6A040B;
}
.TagClassName
{
border-color: #6A040B;
}
</style>