Shades of Burgundy #6A020C
Tints of Burgundy #6A020C
RGB
CMYK
RGB Variations
Color information
#6A020C (or 0x6A020C) is known color: Burgundy. HEX triplet: 6A, 02 and 0C. RGB value is (106,2,12). Sum of RGB (Red+Green+Blue) = 106+2+12=120 (15% of max value = 765). Red value is 106 (41.80% from 255 or 88.33% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 106 - color contains mainly: red. Hex color #6A020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A020C is #95FDF3. Grayscale: #222222. Windows color (decimal): -9829876 or 787050. OLE color: 787050.
HSL color Cylindrical-coordinate representation of color #6A020C: hue angle of 354.23º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A020C is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 2 | 12 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.58 |
| HSL | 354.23º | 0.96% | 0.21% | - |
| HSV(B) | 354.23º | 0.98% | 0.42% | - |
| XYZ | 6.03 | 3.13 | 0.63 | - |
| YUV | 34.24 | 115.46 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 2 | 12 | 0 | 0.98 | 0.89 | 0.58 | 354.23 | 0.96 | 0.21 |
| Hex | 6A | 2 | C | 0 | 62 | 59 | 3A | 162 | 60 | 15 |
| Octal | 152 | 2 | 14 | 0 | 142 | 131 | 72 | 542 | 140 | 25 |
| Binary | 1101010 | 10 | 1100 | 0 | 1100010 | 1011001 | 111010 | 101100010 | 1100000 | 10101 |
Color Harmonies of #6A020C
Complementary color
Monochromatic Colors of #6A020C
Black with #6A020C
Text Example
Text Example
White with #6A020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A020C; }
p { color: rgb(106,2,12); }
H1.HeaderClassName
{
color: #6A020C;
}
.AnyTagClassName
{
color: #6A020C;
}
</style>
background-color css
<style>
a { background-color: #6A020C; }
a { background-color: rgb(106,2,12); }
div.DivClassName
{
background-color: #6A020C;
}
.BgClassName
{
background-color: #6A020C;
}
</style>
border-color css
<style>
span { border-color: #6A020C; }
span { border-color: rgb(106,2,12); }
td.TdClassName
{
border-color: #6A020C;
}
.TagClassName
{
border-color: #6A020C;
}
</style>