Shades of Burgundy #6C0326
Tints of Burgundy #6C0326
RGB
CMYK
RGB Variations
Color information
#6C0326 (or 0x6C0326) is known color: Burgundy. HEX triplet: 6C, 03 and 26. RGB value is (108,3,38). Sum of RGB (Red+Green+Blue) = 108+3+38=149 (19% of max value = 765). Red value is 108 (42.58% from 255 or 72.48% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0326 is #93FCD9. Grayscale: #262626. Windows color (decimal): -9698522 or 2491244. OLE color: 2491244.
HSL color Cylindrical-coordinate representation of color #6C0326: hue angle of 340º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C0326 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 3 | 38 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.58 |
| HSL | 340º | 0.95% | 0.22% | - |
| HSV(B) | 340º | 0.97% | 0.42% | - |
| XYZ | 6.57 | 3.39 | 2.14 | - |
| YUV | 38.39 | 127.79 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 3 | 38 | 0 | 0.97 | 0.65 | 0.58 | 340 | 0.95 | 0.22 |
| Hex | 6C | 3 | 26 | 0 | 61 | 41 | 3A | 154 | 5F | 16 |
| Octal | 154 | 3 | 46 | 0 | 141 | 101 | 72 | 524 | 137 | 26 |
| Binary | 1101100 | 11 | 100110 | 0 | 1100001 | 1000001 | 111010 | 101010100 | 1011111 | 10110 |
Color Harmonies of #6C0326
Complementary color
Monochromatic Colors of #6C0326
Black with #6C0326
Text Example
Text Example
White with #6C0326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0326; }
p { color: rgb(108,3,38); }
H1.HeaderClassName
{
color: #6C0326;
}
.AnyTagClassName
{
color: #6C0326;
}
</style>
background-color css
<style>
a { background-color: #6C0326; }
a { background-color: rgb(108,3,38); }
div.DivClassName
{
background-color: #6C0326;
}
.BgClassName
{
background-color: #6C0326;
}
</style>
border-color css
<style>
span { border-color: #6C0326; }
span { border-color: rgb(108,3,38); }
td.TdClassName
{
border-color: #6C0326;
}
.TagClassName
{
border-color: #6C0326;
}
</style>