Shades of Burgundy #6C0321
Tints of Burgundy #6C0321
RGB
CMYK
RGB Variations
Color information
#6C0321 (or 0x6C0321) is known color: Burgundy. HEX triplet: 6C, 03 and 21. RGB value is (108,3,33). Sum of RGB (Red+Green+Blue) = 108+3+33=144 (19% of max value = 765). Red value is 108 (42.58% from 255 or 75% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0321 is #93FCDE. Grayscale: #252525. Windows color (decimal): -9698527 or 2163564. OLE color: 2163564.
HSL color Cylindrical-coordinate representation of color #6C0321: hue angle of 342.86º 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 #6C0321 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 3 | 33 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.58 |
| HSL | 342.86º | 0.95% | 0.22% | - |
| HSV(B) | 342.86º | 0.97% | 0.42% | - |
| XYZ | 6.49 | 3.36 | 1.75 | - |
| YUV | 37.82 | 125.29 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 3 | 33 | 0 | 0.97 | 0.69 | 0.58 | 342.86 | 0.95 | 0.22 |
| Hex | 6C | 3 | 21 | 0 | 61 | 45 | 3A | 157 | 5F | 16 |
| Octal | 154 | 3 | 41 | 0 | 141 | 105 | 72 | 527 | 137 | 26 |
| Binary | 1101100 | 11 | 100001 | 0 | 1100001 | 1000101 | 111010 | 101010111 | 1011111 | 10110 |
Color Harmonies of #6C0321
Complementary color
Monochromatic Colors of #6C0321
Black with #6C0321
Text Example
Text Example
White with #6C0321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0321; }
p { color: rgb(108,3,33); }
H1.HeaderClassName
{
color: #6C0321;
}
.AnyTagClassName
{
color: #6C0321;
}
</style>
background-color css
<style>
a { background-color: #6C0321; }
a { background-color: rgb(108,3,33); }
div.DivClassName
{
background-color: #6C0321;
}
.BgClassName
{
background-color: #6C0321;
}
</style>
border-color css
<style>
span { border-color: #6C0321; }
span { border-color: rgb(108,3,33); }
td.TdClassName
{
border-color: #6C0321;
}
.TagClassName
{
border-color: #6C0321;
}
</style>