Shades of Burgundy #680628
Tints of Burgundy #680628
RGB
CMYK
RGB Variations
Color information
#680628 (or 0x680628) is known color: Burgundy. HEX triplet: 68, 06 and 28. RGB value is (104,6,40). Sum of RGB (Red+Green+Blue) = 104+6+40=150 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.33% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 104 - color contains mainly: red. Hex color #680628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680628 is #97F9D7. Grayscale: #272727. Windows color (decimal): -9959896 or 2623080. OLE color: 2623080.
HSL color Cylindrical-coordinate representation of color #680628: hue angle of 339.18º 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 #680628 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 6 | 40 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.59 |
| HSL | 339.18º | 0.89% | 0.22% | - |
| HSV(B) | 339.18º | 0.94% | 0.41% | - |
| XYZ | 6.16 | 3.23 | 2.31 | - |
| YUV | 39.18 | 128.47 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 40 | 0 | 0.94 | 0.62 | 0.59 | 339.18 | 0.89 | 0.22 |
| Hex | 68 | 6 | 28 | 0 | 5E | 3E | 3B | 153 | 59 | 16 |
| Octal | 150 | 6 | 50 | 0 | 136 | 76 | 73 | 523 | 131 | 26 |
| Binary | 1101000 | 110 | 101000 | 0 | 1011110 | 111110 | 111011 | 101010011 | 1011001 | 10110 |
Color Harmonies of #680628
Complementary color
Monochromatic Colors of #680628
Black with #680628
Text Example
Text Example
White with #680628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680628; }
p { color: rgb(104,6,40); }
H1.HeaderClassName
{
color: #680628;
}
.AnyTagClassName
{
color: #680628;
}
</style>
background-color css
<style>
a { background-color: #680628; }
a { background-color: rgb(104,6,40); }
div.DivClassName
{
background-color: #680628;
}
.BgClassName
{
background-color: #680628;
}
</style>
border-color css
<style>
span { border-color: #680628; }
span { border-color: rgb(104,6,40); }
td.TdClassName
{
border-color: #680628;
}
.TagClassName
{
border-color: #680628;
}
</style>