Shades of Burgundy #680622
Tints of Burgundy #680622
RGB
CMYK
RGB Variations
Color information
#680622 (or 0x680622) is known color: Burgundy. HEX triplet: 68, 06 and 22. RGB value is (104,6,34). Sum of RGB (Red+Green+Blue) = 104+6+34=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #680622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680622 is #97F9DD. Grayscale: #262626. Windows color (decimal): -9959902 or 2229864. OLE color: 2229864.
HSL color Cylindrical-coordinate representation of color #680622: hue angle of 342.86º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680622 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 6 | 34 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.59 |
| HSL | 342.86º | 0.89% | 0.22% | - |
| HSV(B) | 342.86º | 0.94% | 0.41% | - |
| XYZ | 6.06 | 3.19 | 1.81 | - |
| YUV | 38.49 | 125.47 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 34 | 0 | 0.94 | 0.67 | 0.59 | 342.86 | 0.89 | 0.22 |
| Hex | 68 | 6 | 22 | 0 | 5E | 43 | 3B | 157 | 59 | 16 |
| Octal | 150 | 6 | 42 | 0 | 136 | 103 | 73 | 527 | 131 | 26 |
| Binary | 1101000 | 110 | 100010 | 0 | 1011110 | 1000011 | 111011 | 101010111 | 1011001 | 10110 |
Color Harmonies of #680622
Complementary color
Monochromatic Colors of #680622
Black with #680622
Text Example
Text Example
White with #680622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680622; }
p { color: rgb(104,6,34); }
H1.HeaderClassName
{
color: #680622;
}
.AnyTagClassName
{
color: #680622;
}
</style>
background-color css
<style>
a { background-color: #680622; }
a { background-color: rgb(104,6,34); }
div.DivClassName
{
background-color: #680622;
}
.BgClassName
{
background-color: #680622;
}
</style>
border-color css
<style>
span { border-color: #680622; }
span { border-color: rgb(104,6,34); }
td.TdClassName
{
border-color: #680622;
}
.TagClassName
{
border-color: #680622;
}
</style>