Shades of Burgundy #6C021A
Tints of Burgundy #6C021A
RGB
CMYK
RGB Variations
Color information
#6C021A (or 0x6C021A) is known color: Burgundy. HEX triplet: 6C, 02 and 1A. RGB value is (108,2,26). Sum of RGB (Red+Green+Blue) = 108+2+26=136 (18% of max value = 765). Red value is 108 (42.58% from 255 or 79.41% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 108 - color contains mainly: red. Hex color #6C021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C021A is #93FDE5. Grayscale: #242424. Windows color (decimal): -9698790 or 1704556. OLE color: 1704556.
HSL color Cylindrical-coordinate representation of color #6C021A: hue angle of 346.42º 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 #6C021A is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 2 | 26 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.58 |
| HSL | 346.42º | 0.96% | 0.22% | - |
| HSV(B) | 346.42º | 0.98% | 0.42% | - |
| XYZ | 6.39 | 3.31 | 1.28 | - |
| YUV | 36.43 | 122.12 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 2 | 26 | 0 | 0.98 | 0.76 | 0.58 | 346.42 | 0.96 | 0.22 |
| Hex | 6C | 2 | 1A | 0 | 62 | 4C | 3A | 15A | 60 | 16 |
| Octal | 154 | 2 | 32 | 0 | 142 | 114 | 72 | 532 | 140 | 26 |
| Binary | 1101100 | 10 | 11010 | 0 | 1100010 | 1001100 | 111010 | 101011010 | 1100000 | 10110 |
Color Harmonies of #6C021A
Complementary color
Monochromatic Colors of #6C021A
Black with #6C021A
Text Example
Text Example
White with #6C021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C021A; }
p { color: rgb(108,2,26); }
H1.HeaderClassName
{
color: #6C021A;
}
.AnyTagClassName
{
color: #6C021A;
}
</style>
background-color css
<style>
a { background-color: #6C021A; }
a { background-color: rgb(108,2,26); }
div.DivClassName
{
background-color: #6C021A;
}
.BgClassName
{
background-color: #6C021A;
}
</style>
border-color css
<style>
span { border-color: #6C021A; }
span { border-color: rgb(108,2,26); }
td.TdClassName
{
border-color: #6C021A;
}
.TagClassName
{
border-color: #6C021A;
}
</style>