Shades of Burgundy #6C021D
Tints of Burgundy #6C021D
RGB
CMYK
RGB Variations
Color information
#6C021D (or 0x6C021D) is known color: Burgundy. HEX triplet: 6C, 02 and 1D. RGB value is (108,2,29). Sum of RGB (Red+Green+Blue) = 108+2+29=139 (18% of max value = 765). Red value is 108 (42.58% from 255 or 77.70% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 108 - color contains mainly: red. Hex color #6C021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C021D is #93FDE2. Grayscale: #242424. Windows color (decimal): -9698787 or 1901164. OLE color: 1901164.
HSL color Cylindrical-coordinate representation of color #6C021D: hue angle of 344.72º 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 #6C021D is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 2 | 29 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.58 |
| HSL | 344.72º | 0.96% | 0.22% | - |
| HSV(B) | 344.72º | 0.98% | 0.42% | - |
| XYZ | 6.43 | 3.32 | 1.46 | - |
| YUV | 36.77 | 123.62 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 2 | 29 | 0 | 0.98 | 0.73 | 0.58 | 344.72 | 0.96 | 0.22 |
| Hex | 6C | 2 | 1D | 0 | 62 | 49 | 3A | 159 | 60 | 16 |
| Octal | 154 | 2 | 35 | 0 | 142 | 111 | 72 | 531 | 140 | 26 |
| Binary | 1101100 | 10 | 11101 | 0 | 1100010 | 1001001 | 111010 | 101011001 | 1100000 | 10110 |
Color Harmonies of #6C021D
Complementary color
Monochromatic Colors of #6C021D
Black with #6C021D
Text Example
Text Example
White with #6C021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C021D; }
p { color: rgb(108,2,29); }
H1.HeaderClassName
{
color: #6C021D;
}
.AnyTagClassName
{
color: #6C021D;
}
</style>
background-color css
<style>
a { background-color: #6C021D; }
a { background-color: rgb(108,2,29); }
div.DivClassName
{
background-color: #6C021D;
}
.BgClassName
{
background-color: #6C021D;
}
</style>
border-color css
<style>
span { border-color: #6C021D; }
span { border-color: rgb(108,2,29); }
td.TdClassName
{
border-color: #6C021D;
}
.TagClassName
{
border-color: #6C021D;
}
</style>