Shades of Burgundy #6D0229
Tints of Burgundy #6D0229
RGB
CMYK
RGB Variations
Color information
#6D0229 (or 0x6D0229) is known color: Burgundy. HEX triplet: 6D, 02 and 29. RGB value is (109,2,41). Sum of RGB (Red+Green+Blue) = 109+2+41=152 (20% of max value = 765). Red value is 109 (42.97% from 255 or 71.71% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0229 is #92FDD6. Grayscale: #262626. Windows color (decimal): -9633239 or 2687597. OLE color: 2687597.
HSL color Cylindrical-coordinate representation of color #6D0229: hue angle of 338.13º 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 #6D0229 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 2 | 41 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.57 |
| HSL | 338.13º | 0.96% | 0.22% | - |
| HSV(B) | 338.13º | 0.98% | 0.43% | - |
| XYZ | 6.73 | 3.45 | 2.41 | - |
| YUV | 38.44 | 129.45 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 2 | 41 | 0 | 0.98 | 0.62 | 0.57 | 338.13 | 0.96 | 0.22 |
| Hex | 6D | 2 | 29 | 0 | 62 | 3E | 39 | 152 | 60 | 16 |
| Octal | 155 | 2 | 51 | 0 | 142 | 76 | 71 | 522 | 140 | 26 |
| Binary | 1101101 | 10 | 101001 | 0 | 1100010 | 111110 | 111001 | 101010010 | 1100000 | 10110 |
Color Harmonies of #6D0229
Complementary color
Monochromatic Colors of #6D0229
Black with #6D0229
Text Example
Text Example
White with #6D0229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0229; }
p { color: rgb(109,2,41); }
H1.HeaderClassName
{
color: #6D0229;
}
.AnyTagClassName
{
color: #6D0229;
}
</style>
background-color css
<style>
a { background-color: #6D0229; }
a { background-color: rgb(109,2,41); }
div.DivClassName
{
background-color: #6D0229;
}
.BgClassName
{
background-color: #6D0229;
}
</style>
border-color css
<style>
span { border-color: #6D0229; }
span { border-color: rgb(109,2,41); }
td.TdClassName
{
border-color: #6D0229;
}
.TagClassName
{
border-color: #6D0229;
}
</style>