Shades of Burgundy #6D091E
Tints of Burgundy #6D091E
RGB
CMYK
RGB Variations
Color information
#6D091E (or 0x6D091E) is known color: Burgundy. HEX triplet: 6D, 09 and 1E. RGB value is (109,9,30). Sum of RGB (Red+Green+Blue) = 109+9+30=148 (19% of max value = 765). Red value is 109 (42.97% from 255 or 73.65% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 109 - color contains mainly: red. Hex color #6D091E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D091E is #92F6E1. Grayscale: #292929. Windows color (decimal): -9631458 or 1968493. OLE color: 1968493.
HSL color Cylindrical-coordinate representation of color #6D091E: hue angle of 347.4º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D091E is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 9 | 30 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.57 |
| HSL | 347.4º | 0.85% | 0.23% | - |
| HSV(B) | 347.4º | 0.92% | 0.43% | - |
| XYZ | 6.64 | 3.54 | 1.56 | - |
| YUV | 41.29 | 121.63 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 9 | 30 | 0 | 0.92 | 0.72 | 0.57 | 347.4 | 0.85 | 0.23 |
| Hex | 6D | 9 | 1E | 0 | 5C | 48 | 39 | 15B | 55 | 17 |
| Octal | 155 | 11 | 36 | 0 | 134 | 110 | 71 | 533 | 125 | 27 |
| Binary | 1101101 | 1001 | 11110 | 0 | 1011100 | 1001000 | 111001 | 101011011 | 1010101 | 10111 |
Color Harmonies of #6D091E
Complementary color
Monochromatic Colors of #6D091E
Black with #6D091E
Text Example
Text Example
White with #6D091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D091E; }
p { color: rgb(109,9,30); }
H1.HeaderClassName
{
color: #6D091E;
}
.AnyTagClassName
{
color: #6D091E;
}
</style>
background-color css
<style>
a { background-color: #6D091E; }
a { background-color: rgb(109,9,30); }
div.DivClassName
{
background-color: #6D091E;
}
.BgClassName
{
background-color: #6D091E;
}
</style>
border-color css
<style>
span { border-color: #6D091E; }
span { border-color: rgb(109,9,30); }
td.TdClassName
{
border-color: #6D091E;
}
.TagClassName
{
border-color: #6D091E;
}
</style>