Shades of Burgundy #6C0624
Tints of Burgundy #6C0624
RGB
CMYK
RGB Variations
Color information
#6C0624 (or 0x6C0624) is known color: Burgundy. HEX triplet: 6C, 06 and 24. RGB value is (108,6,36). Sum of RGB (Red+Green+Blue) = 108+6+36=150 (19% of max value = 765). Red value is 108 (42.58% from 255 or 72% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0624 is #93F9DB. Grayscale: #272727. Windows color (decimal): -9697756 or 2360940. OLE color: 2360940.
HSL color Cylindrical-coordinate representation of color #6C0624: hue angle of 342.35º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C0624 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 6 | 36 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.58 |
| HSL | 342.35º | 0.89% | 0.22% | - |
| HSV(B) | 342.35º | 0.94% | 0.42% | - |
| XYZ | 6.57 | 3.45 | 1.99 | - |
| YUV | 39.92 | 125.79 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 6 | 36 | 0 | 0.94 | 0.67 | 0.58 | 342.35 | 0.89 | 0.22 |
| Hex | 6C | 6 | 24 | 0 | 5E | 43 | 3A | 156 | 59 | 16 |
| Octal | 154 | 6 | 44 | 0 | 136 | 103 | 72 | 526 | 131 | 26 |
| Binary | 1101100 | 110 | 100100 | 0 | 1011110 | 1000011 | 111010 | 101010110 | 1011001 | 10110 |
Color Harmonies of #6C0624
Complementary color
Monochromatic Colors of #6C0624
Black with #6C0624
Text Example
Text Example
White with #6C0624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0624; }
p { color: rgb(108,6,36); }
H1.HeaderClassName
{
color: #6C0624;
}
.AnyTagClassName
{
color: #6C0624;
}
</style>
background-color css
<style>
a { background-color: #6C0624; }
a { background-color: rgb(108,6,36); }
div.DivClassName
{
background-color: #6C0624;
}
.BgClassName
{
background-color: #6C0624;
}
</style>
border-color css
<style>
span { border-color: #6C0624; }
span { border-color: rgb(108,6,36); }
td.TdClassName
{
border-color: #6C0624;
}
.TagClassName
{
border-color: #6C0624;
}
</style>