Shades of Burgundy #6D031D
Tints of Burgundy #6D031D
RGB
CMYK
RGB Variations
Color information
#6D031D (or 0x6D031D) is known color: Burgundy. HEX triplet: 6D, 03 and 1D. RGB value is (109,3,29). Sum of RGB (Red+Green+Blue) = 109+3+29=141 (18% of max value = 765). Red value is 109 (42.97% from 255 or 77.30% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 109 - color contains mainly: red. Hex color #6D031D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D031D is #92FCE2. Grayscale: #252525. Windows color (decimal): -9632995 or 1901421. OLE color: 1901421.
HSL color Cylindrical-coordinate representation of color #6D031D: hue angle of 345.28º 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 #6D031D is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 3 | 29 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.57 |
| HSL | 345.28º | 0.95% | 0.22% | - |
| HSV(B) | 345.28º | 0.97% | 0.43% | - |
| XYZ | 6.56 | 3.41 | 1.47 | - |
| YUV | 37.66 | 123.12 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 3 | 29 | 0 | 0.97 | 0.73 | 0.57 | 345.28 | 0.95 | 0.22 |
| Hex | 6D | 3 | 1D | 0 | 61 | 49 | 39 | 159 | 5F | 16 |
| Octal | 155 | 3 | 35 | 0 | 141 | 111 | 71 | 531 | 137 | 26 |
| Binary | 1101101 | 11 | 11101 | 0 | 1100001 | 1001001 | 111001 | 101011001 | 1011111 | 10110 |
Color Harmonies of #6D031D
Complementary color
Monochromatic Colors of #6D031D
Black with #6D031D
Text Example
Text Example
White with #6D031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D031D; }
p { color: rgb(109,3,29); }
H1.HeaderClassName
{
color: #6D031D;
}
.AnyTagClassName
{
color: #6D031D;
}
</style>
background-color css
<style>
a { background-color: #6D031D; }
a { background-color: rgb(109,3,29); }
div.DivClassName
{
background-color: #6D031D;
}
.BgClassName
{
background-color: #6D031D;
}
</style>
border-color css
<style>
span { border-color: #6D031D; }
span { border-color: rgb(109,3,29); }
td.TdClassName
{
border-color: #6D031D;
}
.TagClassName
{
border-color: #6D031D;
}
</style>