Shades of Burgundy #6D000F
Tints of Burgundy #6D000F
RGB
CMYK
RGB Variations
Color information
#6D000F (or 0x6D000F) is known color: Burgundy. HEX triplet: 6D, 00 and 0F. RGB value is (109,0,15). Sum of RGB (Red+Green+Blue) = 109+0+15=124 (16% of max value = 765). Red value is 109 (42.97% from 255 or 87.90% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 109 - color contains mainly: red. Hex color #6D000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D000F is #92FFF0. Grayscale: #222222. Windows color (decimal): -9633777 or 983149. OLE color: 983149.
HSL color Cylindrical-coordinate representation of color #6D000F: hue angle of 351.74º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D000F is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.86 | 0.57 |
| HSL | 351.74º | 1% | 0.21% | - |
| HSV(B) | 351.74º | 1% | 0.43% | - |
| XYZ | 6.39 | 3.29 | 0.75 | - |
| YUV | 34.3 | 117.11 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 0 | 15 | 0 | 1 | 0.86 | 0.57 | 351.74 | 1 | 0.21 |
| Hex | 6D | 0 | F | 0 | 64 | 56 | 39 | 160 | 64 | 15 |
| Octal | 155 | 0 | 17 | 0 | 144 | 126 | 71 | 540 | 144 | 25 |
| Binary | 1101101 | 0 | 1111 | 0 | 1100100 | 1010110 | 111001 | 101100000 | 1100100 | 10101 |
Color Harmonies of #6D000F
Complementary color
Monochromatic Colors of #6D000F
Black with #6D000F
Text Example
Text Example
White with #6D000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D000F; }
p { color: rgb(109,0,15); }
H1.HeaderClassName
{
color: #6D000F;
}
.AnyTagClassName
{
color: #6D000F;
}
</style>
background-color css
<style>
a { background-color: #6D000F; }
a { background-color: rgb(109,0,15); }
div.DivClassName
{
background-color: #6D000F;
}
.BgClassName
{
background-color: #6D000F;
}
</style>
border-color css
<style>
span { border-color: #6D000F; }
span { border-color: rgb(109,0,15); }
td.TdClassName
{
border-color: #6D000F;
}
.TagClassName
{
border-color: #6D000F;
}
</style>