Shades of Burgundy #6D032B
Tints of Burgundy #6D032B
RGB
CMYK
RGB Variations
Color information
#6D032B (or 0x6D032B) is known color: Burgundy. HEX triplet: 6D, 03 and 2B. RGB value is (109,3,43). Sum of RGB (Red+Green+Blue) = 109+3+43=155 (20% of max value = 765). Red value is 109 (42.97% from 255 or 70.32% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 109 - color contains mainly: red. Hex color #6D032B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D032B is #92FCD4. Grayscale: #272727. Windows color (decimal): -9632981 or 2818925. OLE color: 2818925.
HSL color Cylindrical-coordinate representation of color #6D032B: hue angle of 337.36º 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 #6D032B is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 3 | 43 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.57 |
| HSL | 337.36º | 0.95% | 0.22% | - |
| HSV(B) | 337.36º | 0.97% | 0.43% | - |
| XYZ | 6.78 | 3.49 | 2.6 | - |
| YUV | 39.25 | 130.12 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 3 | 43 | 0 | 0.97 | 0.61 | 0.57 | 337.36 | 0.95 | 0.22 |
| Hex | 6D | 3 | 2B | 0 | 61 | 3D | 39 | 151 | 5F | 16 |
| Octal | 155 | 3 | 53 | 0 | 141 | 75 | 71 | 521 | 137 | 26 |
| Binary | 1101101 | 11 | 101011 | 0 | 1100001 | 111101 | 111001 | 101010001 | 1011111 | 10110 |
Color Harmonies of #6D032B
Complementary color
Monochromatic Colors of #6D032B
Black with #6D032B
Text Example
Text Example
White with #6D032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D032B; }
p { color: rgb(109,3,43); }
H1.HeaderClassName
{
color: #6D032B;
}
.AnyTagClassName
{
color: #6D032B;
}
</style>
background-color css
<style>
a { background-color: #6D032B; }
a { background-color: rgb(109,3,43); }
div.DivClassName
{
background-color: #6D032B;
}
.BgClassName
{
background-color: #6D032B;
}
</style>
border-color css
<style>
span { border-color: #6D032B; }
span { border-color: rgb(109,3,43); }
td.TdClassName
{
border-color: #6D032B;
}
.TagClassName
{
border-color: #6D032B;
}
</style>