Shades of Burgundy #680322
Tints of Burgundy #680322
RGB
CMYK
RGB Variations
Color information
#680322 (or 0x680322) is known color: Burgundy. HEX triplet: 68, 03 and 22. RGB value is (104,3,34). Sum of RGB (Red+Green+Blue) = 104+3+34=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #680322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680322 is #97FCDD. Grayscale: #242424. Windows color (decimal): -9960670 or 2229096. OLE color: 2229096.
HSL color Cylindrical-coordinate representation of color #680322: hue angle of 341.58º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #680322 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 3 | 34 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.59 |
| HSL | 341.58º | 0.94% | 0.21% | - |
| HSV(B) | 341.58º | 0.97% | 0.41% | - |
| XYZ | 6.03 | 3.12 | 1.8 | - |
| YUV | 36.73 | 126.46 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 34 | 0 | 0.97 | 0.67 | 0.59 | 341.58 | 0.94 | 0.21 |
| Hex | 68 | 3 | 22 | 0 | 61 | 43 | 3B | 156 | 5E | 15 |
| Octal | 150 | 3 | 42 | 0 | 141 | 103 | 73 | 526 | 136 | 25 |
| Binary | 1101000 | 11 | 100010 | 0 | 1100001 | 1000011 | 111011 | 101010110 | 1011110 | 10101 |
Color Harmonies of #680322
Complementary color
Monochromatic Colors of #680322
Black with #680322
Text Example
Text Example
White with #680322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680322; }
p { color: rgb(104,3,34); }
H1.HeaderClassName
{
color: #680322;
}
.AnyTagClassName
{
color: #680322;
}
</style>
background-color css
<style>
a { background-color: #680322; }
a { background-color: rgb(104,3,34); }
div.DivClassName
{
background-color: #680322;
}
.BgClassName
{
background-color: #680322;
}
</style>
border-color css
<style>
span { border-color: #680322; }
span { border-color: rgb(104,3,34); }
td.TdClassName
{
border-color: #680322;
}
.TagClassName
{
border-color: #680322;
}
</style>