Shades of Burgundy #6D030B
Tints of Burgundy #6D030B
RGB
CMYK
RGB Variations
Color information
#6D030B (or 0x6D030B) is known color: Burgundy. HEX triplet: 6D, 03 and 0B. RGB value is (109,3,11). Sum of RGB (Red+Green+Blue) = 109+3+11=123 (16% of max value = 765). Red value is 109 (42.97% from 255 or 88.62% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 109 - color contains mainly: red. Hex color #6D030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D030B is #92FCF4. Grayscale: #232323. Windows color (decimal): -9633013 or 721773. OLE color: 721773.
HSL color Cylindrical-coordinate representation of color #6D030B: hue angle of 355.47º 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 #6D030B is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 3 | 11 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.57 |
| HSL | 355.47º | 0.95% | 0.22% | - |
| HSV(B) | 355.47º | 0.97% | 0.43% | - |
| XYZ | 6.4 | 3.34 | 0.62 | - |
| YUV | 35.61 | 114.12 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 3 | 11 | 0 | 0.97 | 0.90 | 0.57 | 355.47 | 0.95 | 0.22 |
| Hex | 6D | 3 | B | 0 | 61 | 5A | 39 | 163 | 5F | 16 |
| Octal | 155 | 3 | 13 | 0 | 141 | 132 | 71 | 543 | 137 | 26 |
| Binary | 1101101 | 11 | 1011 | 0 | 1100001 | 1011010 | 111001 | 101100011 | 1011111 | 10110 |
Color Harmonies of #6D030B
Complementary color
Monochromatic Colors of #6D030B
Black with #6D030B
Text Example
Text Example
White with #6D030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D030B; }
p { color: rgb(109,3,11); }
H1.HeaderClassName
{
color: #6D030B;
}
.AnyTagClassName
{
color: #6D030B;
}
</style>
background-color css
<style>
a { background-color: #6D030B; }
a { background-color: rgb(109,3,11); }
div.DivClassName
{
background-color: #6D030B;
}
.BgClassName
{
background-color: #6D030B;
}
</style>
border-color css
<style>
span { border-color: #6D030B; }
span { border-color: rgb(109,3,11); }
td.TdClassName
{
border-color: #6D030B;
}
.TagClassName
{
border-color: #6D030B;
}
</style>