Shades of Burgundy #6D0322
Tints of Burgundy #6D0322
RGB
CMYK
RGB Variations
Color information
#6D0322 (or 0x6D0322) is known color: Burgundy. HEX triplet: 6D, 03 and 22. RGB value is (109,3,34). Sum of RGB (Red+Green+Blue) = 109+3+34=146 (19% of max value = 765). Red value is 109 (42.97% from 255 or 74.66% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 34 (13.67% from 255 or 23.29% from 146); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0322 is #92FCDD. Grayscale: #262626. Windows color (decimal): -9632990 or 2229101. OLE color: 2229101.
HSL color Cylindrical-coordinate representation of color #6D0322: hue angle of 342.45º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D0322 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 3 | 34 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.57 |
| HSL | 342.45º | 0.95% | 0.22% | - |
| HSV(B) | 342.45º | 0.97% | 0.43% | - |
| XYZ | 6.63 | 3.43 | 1.83 | - |
| YUV | 38.23 | 125.62 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 3 | 34 | 0 | 0.97 | 0.69 | 0.57 | 342.45 | 0.95 | 0.22 |
| Hex | 6D | 3 | 22 | 0 | 61 | 45 | 39 | 156 | 5F | 16 |
| Octal | 155 | 3 | 42 | 0 | 141 | 105 | 71 | 526 | 137 | 26 |
| Binary | 1101101 | 11 | 100010 | 0 | 1100001 | 1000101 | 111001 | 101010110 | 1011111 | 10110 |
Color Harmonies of #6D0322
Complementary color
Monochromatic Colors of #6D0322
Black with #6D0322
Text Example
Text Example
White with #6D0322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0322; }
p { color: rgb(109,3,34); }
H1.HeaderClassName
{
color: #6D0322;
}
.AnyTagClassName
{
color: #6D0322;
}
</style>
background-color css
<style>
a { background-color: #6D0322; }
a { background-color: rgb(109,3,34); }
div.DivClassName
{
background-color: #6D0322;
}
.BgClassName
{
background-color: #6D0322;
}
</style>
border-color css
<style>
span { border-color: #6D0322; }
span { border-color: rgb(109,3,34); }
td.TdClassName
{
border-color: #6D0322;
}
.TagClassName
{
border-color: #6D0322;
}
</style>