Shades of Burgundy #6A040C
Tints of Burgundy #6A040C
RGB
CMYK
RGB Variations
Color information
#6A040C (or 0x6A040C) is known color: Burgundy. HEX triplet: 6A, 04 and 0C. RGB value is (106,4,12). Sum of RGB (Red+Green+Blue) = 106+4+12=122 (16% of max value = 765). Red value is 106 (41.80% from 255 or 86.89% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 106 - color contains mainly: red. Hex color #6A040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A040C is #95FBF3. Grayscale: #232323. Windows color (decimal): -9829364 or 787562. OLE color: 787562.
HSL color Cylindrical-coordinate representation of color #6A040C: hue angle of 355.29º 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 #6A040C is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 4 | 12 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.58 |
| HSL | 355.29º | 0.93% | 0.22% | - |
| HSV(B) | 355.29º | 0.96% | 0.42% | - |
| XYZ | 6.05 | 3.18 | 0.64 | - |
| YUV | 35.41 | 114.79 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 4 | 12 | 0 | 0.96 | 0.89 | 0.58 | 355.29 | 0.93 | 0.22 |
| Hex | 6A | 4 | C | 0 | 60 | 59 | 3A | 163 | 5D | 16 |
| Octal | 152 | 4 | 14 | 0 | 140 | 131 | 72 | 543 | 135 | 26 |
| Binary | 1101010 | 100 | 1100 | 0 | 1100000 | 1011001 | 111010 | 101100011 | 1011101 | 10110 |
Color Harmonies of #6A040C
Complementary color
Monochromatic Colors of #6A040C
Black with #6A040C
Text Example
Text Example
White with #6A040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A040C; }
p { color: rgb(106,4,12); }
H1.HeaderClassName
{
color: #6A040C;
}
.AnyTagClassName
{
color: #6A040C;
}
</style>
background-color css
<style>
a { background-color: #6A040C; }
a { background-color: rgb(106,4,12); }
div.DivClassName
{
background-color: #6A040C;
}
.BgClassName
{
background-color: #6A040C;
}
</style>
border-color css
<style>
span { border-color: #6A040C; }
span { border-color: rgb(106,4,12); }
td.TdClassName
{
border-color: #6A040C;
}
.TagClassName
{
border-color: #6A040C;
}
</style>