Shades of Burgundy #6A0622
Tints of Burgundy #6A0622
RGB
CMYK
RGB Variations
Color information
#6A0622 (or 0x6A0622) is known color: Burgundy. HEX triplet: 6A, 06 and 22. RGB value is (106,6,34). Sum of RGB (Red+Green+Blue) = 106+6+34=146 (19% of max value = 765). Red value is 106 (41.80% from 255 or 72.60% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 34 (13.67% from 255 or 23.29% from 146); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0622 is #95F9DD. Grayscale: #272727. Windows color (decimal): -9828830 or 2229866. OLE color: 2229866.
HSL color Cylindrical-coordinate representation of color #6A0622: hue angle of 343.2º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A0622 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 6 | 34 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.58 |
| HSL | 343.2º | 0.89% | 0.22% | - |
| HSV(B) | 343.2º | 0.94% | 0.42% | - |
| XYZ | 6.3 | 3.31 | 1.82 | - |
| YUV | 39.09 | 125.13 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 6 | 34 | 0 | 0.94 | 0.68 | 0.58 | 343.2 | 0.89 | 0.22 |
| Hex | 6A | 6 | 22 | 0 | 5E | 44 | 3A | 157 | 59 | 16 |
| Octal | 152 | 6 | 42 | 0 | 136 | 104 | 72 | 527 | 131 | 26 |
| Binary | 1101010 | 110 | 100010 | 0 | 1011110 | 1000100 | 111010 | 101010111 | 1011001 | 10110 |
Color Harmonies of #6A0622
Complementary color
Monochromatic Colors of #6A0622
Black with #6A0622
Text Example
Text Example
White with #6A0622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0622; }
p { color: rgb(106,6,34); }
H1.HeaderClassName
{
color: #6A0622;
}
.AnyTagClassName
{
color: #6A0622;
}
</style>
background-color css
<style>
a { background-color: #6A0622; }
a { background-color: rgb(106,6,34); }
div.DivClassName
{
background-color: #6A0622;
}
.BgClassName
{
background-color: #6A0622;
}
</style>
border-color css
<style>
span { border-color: #6A0622; }
span { border-color: rgb(106,6,34); }
td.TdClassName
{
border-color: #6A0622;
}
.TagClassName
{
border-color: #6A0622;
}
</style>