Shades of Burgundy #6C0821
Tints of Burgundy #6C0821
RGB
CMYK
RGB Variations
Color information
#6C0821 (or 0x6C0821) is known color: Burgundy. HEX triplet: 6C, 08 and 21. RGB value is (108,8,33). Sum of RGB (Red+Green+Blue) = 108+8+33=149 (19% of max value = 765). Red value is 108 (42.58% from 255 or 72.48% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0821 is #93F7DE. Grayscale: #282828. Windows color (decimal): -9697247 or 2164844. OLE color: 2164844.
HSL color Cylindrical-coordinate representation of color #6C0821: hue angle of 345º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C0821 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 8 | 33 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.58 |
| HSL | 345º | 0.86% | 0.23% | - |
| HSV(B) | 345º | 0.93% | 0.42% | - |
| XYZ | 6.55 | 3.47 | 1.76 | - |
| YUV | 40.75 | 123.63 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 8 | 33 | 0 | 0.93 | 0.69 | 0.58 | 345 | 0.86 | 0.23 |
| Hex | 6C | 8 | 21 | 0 | 5D | 45 | 3A | 159 | 56 | 17 |
| Octal | 154 | 10 | 41 | 0 | 135 | 105 | 72 | 531 | 126 | 27 |
| Binary | 1101100 | 1000 | 100001 | 0 | 1011101 | 1000101 | 111010 | 101011001 | 1010110 | 10111 |
Color Harmonies of #6C0821
Complementary color
Monochromatic Colors of #6C0821
Black with #6C0821
Text Example
Text Example
White with #6C0821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0821; }
p { color: rgb(108,8,33); }
H1.HeaderClassName
{
color: #6C0821;
}
.AnyTagClassName
{
color: #6C0821;
}
</style>
background-color css
<style>
a { background-color: #6C0821; }
a { background-color: rgb(108,8,33); }
div.DivClassName
{
background-color: #6C0821;
}
.BgClassName
{
background-color: #6C0821;
}
</style>
border-color css
<style>
span { border-color: #6C0821; }
span { border-color: rgb(108,8,33); }
td.TdClassName
{
border-color: #6C0821;
}
.TagClassName
{
border-color: #6C0821;
}
</style>