Shades of Burgundy #6D0323
Tints of Burgundy #6D0323
RGB
CMYK
RGB Variations
Color information
#6D0323 (or 0x6D0323) is known color: Burgundy. HEX triplet: 6D, 03 and 23. RGB value is (109,3,35). Sum of RGB (Red+Green+Blue) = 109+3+35=147 (19% of max value = 765). Red value is 109 (42.97% from 255 or 74.15% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0323 is #92FCDC. Grayscale: #262626. Windows color (decimal): -9632989 or 2294637. OLE color: 2294637.
HSL color Cylindrical-coordinate representation of color #6D0323: hue angle of 341.89º 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 #6D0323 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 3 | 35 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.57 |
| HSL | 341.89º | 0.95% | 0.22% | - |
| HSV(B) | 341.89º | 0.97% | 0.43% | - |
| XYZ | 6.64 | 3.44 | 1.9 | - |
| YUV | 38.34 | 126.12 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 3 | 35 | 0 | 0.97 | 0.68 | 0.57 | 341.89 | 0.95 | 0.22 |
| Hex | 6D | 3 | 23 | 0 | 61 | 44 | 39 | 156 | 5F | 16 |
| Octal | 155 | 3 | 43 | 0 | 141 | 104 | 71 | 526 | 137 | 26 |
| Binary | 1101101 | 11 | 100011 | 0 | 1100001 | 1000100 | 111001 | 101010110 | 1011111 | 10110 |
Color Harmonies of #6D0323
Complementary color
Monochromatic Colors of #6D0323
Black with #6D0323
Text Example
Text Example
White with #6D0323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0323; }
p { color: rgb(109,3,35); }
H1.HeaderClassName
{
color: #6D0323;
}
.AnyTagClassName
{
color: #6D0323;
}
</style>
background-color css
<style>
a { background-color: #6D0323; }
a { background-color: rgb(109,3,35); }
div.DivClassName
{
background-color: #6D0323;
}
.BgClassName
{
background-color: #6D0323;
}
</style>
border-color css
<style>
span { border-color: #6D0323; }
span { border-color: rgb(109,3,35); }
td.TdClassName
{
border-color: #6D0323;
}
.TagClassName
{
border-color: #6D0323;
}
</style>