Shades of Burgundy #680210
Tints of Burgundy #680210
RGB
CMYK
RGB Variations
Color information
#680210 (or 0x680210) is known color: Burgundy. HEX triplet: 68, 02 and 10. RGB value is (104,2,16). Sum of RGB (Red+Green+Blue) = 104+2+16=122 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.25% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 104 - color contains mainly: red. Hex color #680210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680210 is #97FDEF. Grayscale: #222222. Windows color (decimal): -9960944 or 1049192. OLE color: 1049192.
HSL color Cylindrical-coordinate representation of color #680210: hue angle of 351.76º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #680210 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 2 | 16 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.59 |
| HSL | 351.76º | 0.96% | 0.21% | - |
| HSV(B) | 351.76º | 0.98% | 0.41% | - |
| XYZ | 5.82 | 3.02 | 0.77 | - |
| YUV | 34.09 | 117.79 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 16 | 0 | 0.98 | 0.85 | 0.59 | 351.76 | 0.96 | 0.21 |
| Hex | 68 | 2 | 10 | 0 | 62 | 55 | 3B | 160 | 60 | 15 |
| Octal | 150 | 2 | 20 | 0 | 142 | 125 | 73 | 540 | 140 | 25 |
| Binary | 1101000 | 10 | 10000 | 0 | 1100010 | 1010101 | 111011 | 101100000 | 1100000 | 10101 |
Color Harmonies of #680210
Complementary color
Monochromatic Colors of #680210
Black with #680210
Text Example
Text Example
White with #680210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680210; }
p { color: rgb(104,2,16); }
H1.HeaderClassName
{
color: #680210;
}
.AnyTagClassName
{
color: #680210;
}
</style>
background-color css
<style>
a { background-color: #680210; }
a { background-color: rgb(104,2,16); }
div.DivClassName
{
background-color: #680210;
}
.BgClassName
{
background-color: #680210;
}
</style>
border-color css
<style>
span { border-color: #680210; }
span { border-color: rgb(104,2,16); }
td.TdClassName
{
border-color: #680210;
}
.TagClassName
{
border-color: #680210;
}
</style>