Shades of Burgundy #6D0327
Tints of Burgundy #6D0327
RGB
CMYK
RGB Variations
Color information
#6D0327 (or 0x6D0327) is known color: Burgundy. HEX triplet: 6D, 03 and 27. RGB value is (109,3,39). Sum of RGB (Red+Green+Blue) = 109+3+39=151 (20% of max value = 765). Red value is 109 (42.97% from 255 or 72.19% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 39 (15.62% from 255 or 25.83% from 151); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0327 is #92FCD8. Grayscale: #262626. Windows color (decimal): -9632985 or 2556781. OLE color: 2556781.
HSL color Cylindrical-coordinate representation of color #6D0327: hue angle of 339.62º 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 #6D0327 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 3 | 39 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.57 |
| HSL | 339.62º | 0.95% | 0.22% | - |
| HSV(B) | 339.62º | 0.97% | 0.43% | - |
| XYZ | 6.71 | 3.46 | 2.23 | - |
| YUV | 38.8 | 128.12 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 3 | 39 | 0 | 0.97 | 0.64 | 0.57 | 339.62 | 0.95 | 0.22 |
| Hex | 6D | 3 | 27 | 0 | 61 | 40 | 39 | 154 | 5F | 16 |
| Octal | 155 | 3 | 47 | 0 | 141 | 100 | 71 | 524 | 137 | 26 |
| Binary | 1101101 | 11 | 100111 | 0 | 1100001 | 1000000 | 111001 | 101010100 | 1011111 | 10110 |
Color Harmonies of #6D0327
Complementary color
Monochromatic Colors of #6D0327
Black with #6D0327
Text Example
Text Example
White with #6D0327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0327; }
p { color: rgb(109,3,39); }
H1.HeaderClassName
{
color: #6D0327;
}
.AnyTagClassName
{
color: #6D0327;
}
</style>
background-color css
<style>
a { background-color: #6D0327; }
a { background-color: rgb(109,3,39); }
div.DivClassName
{
background-color: #6D0327;
}
.BgClassName
{
background-color: #6D0327;
}
</style>
border-color css
<style>
span { border-color: #6D0327; }
span { border-color: rgb(109,3,39); }
td.TdClassName
{
border-color: #6D0327;
}
.TagClassName
{
border-color: #6D0327;
}
</style>