Shades of Burgundy #6A020D
Tints of Burgundy #6A020D
RGB
CMYK
RGB Variations
Color information
#6A020D (or 0x6A020D) is known color: Burgundy. HEX triplet: 6A, 02 and 0D. RGB value is (106,2,13). Sum of RGB (Red+Green+Blue) = 106+2+13=121 (16% of max value = 765). Red value is 106 (41.80% from 255 or 87.60% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 106 - color contains mainly: red. Hex color #6A020D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A020D is #95FDF2. Grayscale: #222222. Windows color (decimal): -9829875 or 852586. OLE color: 852586.
HSL color Cylindrical-coordinate representation of color #6A020D: hue angle of 353.65º 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 #6A020D is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 2 | 13 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.58 |
| HSL | 353.65º | 0.96% | 0.21% | - |
| HSV(B) | 353.65º | 0.98% | 0.42% | - |
| XYZ | 6.04 | 3.14 | 0.67 | - |
| YUV | 34.35 | 115.96 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 2 | 13 | 0 | 0.98 | 0.88 | 0.58 | 353.65 | 0.96 | 0.21 |
| Hex | 6A | 2 | D | 0 | 62 | 58 | 3A | 162 | 60 | 15 |
| Octal | 152 | 2 | 15 | 0 | 142 | 130 | 72 | 542 | 140 | 25 |
| Binary | 1101010 | 10 | 1101 | 0 | 1100010 | 1011000 | 111010 | 101100010 | 1100000 | 10101 |
Color Harmonies of #6A020D
Complementary color
Monochromatic Colors of #6A020D
Black with #6A020D
Text Example
Text Example
White with #6A020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A020D; }
p { color: rgb(106,2,13); }
H1.HeaderClassName
{
color: #6A020D;
}
.AnyTagClassName
{
color: #6A020D;
}
</style>
background-color css
<style>
a { background-color: #6A020D; }
a { background-color: rgb(106,2,13); }
div.DivClassName
{
background-color: #6A020D;
}
.BgClassName
{
background-color: #6A020D;
}
</style>
border-color css
<style>
span { border-color: #6A020D; }
span { border-color: rgb(106,2,13); }
td.TdClassName
{
border-color: #6A020D;
}
.TagClassName
{
border-color: #6A020D;
}
</style>