Shades of Burgundy #6D0222
Tints of Burgundy #6D0222
RGB
CMYK
RGB Variations
Color information
#6D0222 (or 0x6D0222) is known color: Burgundy. HEX triplet: 6D, 02 and 22. RGB value is (109,2,34). Sum of RGB (Red+Green+Blue) = 109+2+34=145 (19% of max value = 765). Red value is 109 (42.97% from 255 or 75.17% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0222 is #92FDDD. Grayscale: #252525. Windows color (decimal): -9633246 or 2228845. OLE color: 2228845.
HSL color Cylindrical-coordinate representation of color #6D0222: hue angle of 342.06º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D0222 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 2 | 34 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.57 |
| HSL | 342.06º | 0.96% | 0.22% | - |
| HSV(B) | 342.06º | 0.98% | 0.43% | - |
| XYZ | 6.62 | 3.41 | 1.82 | - |
| YUV | 37.64 | 125.95 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 2 | 34 | 0 | 0.98 | 0.69 | 0.57 | 342.06 | 0.96 | 0.22 |
| Hex | 6D | 2 | 22 | 0 | 62 | 45 | 39 | 156 | 60 | 16 |
| Octal | 155 | 2 | 42 | 0 | 142 | 105 | 71 | 526 | 140 | 26 |
| Binary | 1101101 | 10 | 100010 | 0 | 1100010 | 1000101 | 111001 | 101010110 | 1100000 | 10110 |
Color Harmonies of #6D0222
Complementary color
Monochromatic Colors of #6D0222
Black with #6D0222
Text Example
Text Example
White with #6D0222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0222; }
p { color: rgb(109,2,34); }
H1.HeaderClassName
{
color: #6D0222;
}
.AnyTagClassName
{
color: #6D0222;
}
</style>
background-color css
<style>
a { background-color: #6D0222; }
a { background-color: rgb(109,2,34); }
div.DivClassName
{
background-color: #6D0222;
}
.BgClassName
{
background-color: #6D0222;
}
</style>
border-color css
<style>
span { border-color: #6D0222; }
span { border-color: rgb(109,2,34); }
td.TdClassName
{
border-color: #6D0222;
}
.TagClassName
{
border-color: #6D0222;
}
</style>