Shades of Burgundy #6D052A
Tints of Burgundy #6D052A
RGB
CMYK
RGB Variations
Color information
#6D052A (or 0x6D052A) is known color: Burgundy. HEX triplet: 6D, 05 and 2A. RGB value is (109,5,42). Sum of RGB (Red+Green+Blue) = 109+5+42=156 (20% of max value = 765). Red value is 109 (42.97% from 255 or 69.87% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 109 - color contains mainly: red. Hex color #6D052A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D052A is #92FAD5. Grayscale: #282828. Windows color (decimal): -9632470 or 2753901. OLE color: 2753901.
HSL color Cylindrical-coordinate representation of color #6D052A: hue angle of 338.65º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D052A is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 5 | 42 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.57 |
| HSL | 338.65º | 0.91% | 0.22% | - |
| HSV(B) | 338.65º | 0.95% | 0.43% | - |
| XYZ | 6.78 | 3.53 | 2.51 | - |
| YUV | 40.31 | 128.96 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 5 | 42 | 0 | 0.95 | 0.61 | 0.57 | 338.65 | 0.91 | 0.22 |
| Hex | 6D | 5 | 2A | 0 | 5F | 3D | 39 | 153 | 5B | 16 |
| Octal | 155 | 5 | 52 | 0 | 137 | 75 | 71 | 523 | 133 | 26 |
| Binary | 1101101 | 101 | 101010 | 0 | 1011111 | 111101 | 111001 | 101010011 | 1011011 | 10110 |
Color Harmonies of #6D052A
Complementary color
Monochromatic Colors of #6D052A
Black with #6D052A
Text Example
Text Example
White with #6D052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D052A; }
p { color: rgb(109,5,42); }
H1.HeaderClassName
{
color: #6D052A;
}
.AnyTagClassName
{
color: #6D052A;
}
</style>
background-color css
<style>
a { background-color: #6D052A; }
a { background-color: rgb(109,5,42); }
div.DivClassName
{
background-color: #6D052A;
}
.BgClassName
{
background-color: #6D052A;
}
</style>
border-color css
<style>
span { border-color: #6D052A; }
span { border-color: rgb(109,5,42); }
td.TdClassName
{
border-color: #6D052A;
}
.TagClassName
{
border-color: #6D052A;
}
</style>