Shades of Burgundy #6D061C
Tints of Burgundy #6D061C
RGB
CMYK
RGB Variations
Color information
#6D061C (or 0x6D061C) is known color: Burgundy. HEX triplet: 6D, 06 and 1C. RGB value is (109,6,28). Sum of RGB (Red+Green+Blue) = 109+6+28=143 (18% of max value = 765). Red value is 109 (42.97% from 255 or 76.22% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 109 - color contains mainly: red. Hex color #6D061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D061C is #92F9E3. Grayscale: #272727. Windows color (decimal): -9632228 or 1836653. OLE color: 1836653.
HSL color Cylindrical-coordinate representation of color #6D061C: hue angle of 347.18º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D061C is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 6 | 28 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.57 |
| HSL | 347.18º | 0.9% | 0.23% | - |
| HSV(B) | 347.18º | 0.94% | 0.43% | - |
| XYZ | 6.58 | 3.47 | 1.42 | - |
| YUV | 39.31 | 121.62 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 6 | 28 | 0 | 0.94 | 0.74 | 0.57 | 347.18 | 0.9 | 0.23 |
| Hex | 6D | 6 | 1C | 0 | 5E | 4A | 39 | 15B | 5A | 17 |
| Octal | 155 | 6 | 34 | 0 | 136 | 112 | 71 | 533 | 132 | 27 |
| Binary | 1101101 | 110 | 11100 | 0 | 1011110 | 1001010 | 111001 | 101011011 | 1011010 | 10111 |
Color Harmonies of #6D061C
Complementary color
Monochromatic Colors of #6D061C
Black with #6D061C
Text Example
Text Example
White with #6D061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D061C; }
p { color: rgb(109,6,28); }
H1.HeaderClassName
{
color: #6D061C;
}
.AnyTagClassName
{
color: #6D061C;
}
</style>
background-color css
<style>
a { background-color: #6D061C; }
a { background-color: rgb(109,6,28); }
div.DivClassName
{
background-color: #6D061C;
}
.BgClassName
{
background-color: #6D061C;
}
</style>
border-color css
<style>
span { border-color: #6D061C; }
span { border-color: rgb(109,6,28); }
td.TdClassName
{
border-color: #6D061C;
}
.TagClassName
{
border-color: #6D061C;
}
</style>