Shades of Burgundy #6C0222
Tints of Burgundy #6C0222
RGB
CMYK
RGB Variations
Color information
#6C0222 (or 0x6C0222) is known color: Burgundy. HEX triplet: 6C, 02 and 22. RGB value is (108,2,34). Sum of RGB (Red+Green+Blue) = 108+2+34=144 (19% of max value = 765). Red value is 108 (42.58% from 255 or 75% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0222 is #93FDDD. Grayscale: #252525. Windows color (decimal): -9698782 or 2228844. OLE color: 2228844.
HSL color Cylindrical-coordinate representation of color #6C0222: hue angle of 341.89º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C0222 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 2 | 34 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.58 |
| HSL | 341.89º | 0.96% | 0.22% | - |
| HSV(B) | 341.89º | 0.98% | 0.42% | - |
| XYZ | 6.49 | 3.35 | 1.82 | - |
| YUV | 37.34 | 126.12 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 2 | 34 | 0 | 0.98 | 0.69 | 0.58 | 341.89 | 0.96 | 0.22 |
| Hex | 6C | 2 | 22 | 0 | 62 | 45 | 3A | 156 | 60 | 16 |
| Octal | 154 | 2 | 42 | 0 | 142 | 105 | 72 | 526 | 140 | 26 |
| Binary | 1101100 | 10 | 100010 | 0 | 1100010 | 1000101 | 111010 | 101010110 | 1100000 | 10110 |
Color Harmonies of #6C0222
Complementary color
Monochromatic Colors of #6C0222
Black with #6C0222
Text Example
Text Example
White with #6C0222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0222; }
p { color: rgb(108,2,34); }
H1.HeaderClassName
{
color: #6C0222;
}
.AnyTagClassName
{
color: #6C0222;
}
</style>
background-color css
<style>
a { background-color: #6C0222; }
a { background-color: rgb(108,2,34); }
div.DivClassName
{
background-color: #6C0222;
}
.BgClassName
{
background-color: #6C0222;
}
</style>
border-color css
<style>
span { border-color: #6C0222; }
span { border-color: rgb(108,2,34); }
td.TdClassName
{
border-color: #6C0222;
}
.TagClassName
{
border-color: #6C0222;
}
</style>