Shades of Burgundy #680220
Tints of Burgundy #680220
RGB
CMYK
RGB Variations
Color information
#680220 (or 0x680220) is known color: Burgundy. HEX triplet: 68, 02 and 20. RGB value is (104,2,32). Sum of RGB (Red+Green+Blue) = 104+2+32=138 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.36% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 104 - color contains mainly: red. Hex color #680220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680220 is #97FDDF. Grayscale: #232323. Windows color (decimal): -9960928 or 2097768. OLE color: 2097768.
HSL color Cylindrical-coordinate representation of color #680220: hue angle of 342.35º 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 #680220 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 2 | 32 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.59 |
| HSL | 342.35º | 0.96% | 0.21% | - |
| HSV(B) | 342.35º | 0.98% | 0.41% | - |
| XYZ | 5.99 | 3.09 | 1.65 | - |
| YUV | 35.92 | 125.79 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 32 | 0 | 0.98 | 0.69 | 0.59 | 342.35 | 0.96 | 0.21 |
| Hex | 68 | 2 | 20 | 0 | 62 | 45 | 3B | 156 | 60 | 15 |
| Octal | 150 | 2 | 40 | 0 | 142 | 105 | 73 | 526 | 140 | 25 |
| Binary | 1101000 | 10 | 100000 | 0 | 1100010 | 1000101 | 111011 | 101010110 | 1100000 | 10101 |
Color Harmonies of #680220
Complementary color
Monochromatic Colors of #680220
Black with #680220
Text Example
Text Example
White with #680220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680220; }
p { color: rgb(104,2,32); }
H1.HeaderClassName
{
color: #680220;
}
.AnyTagClassName
{
color: #680220;
}
</style>
background-color css
<style>
a { background-color: #680220; }
a { background-color: rgb(104,2,32); }
div.DivClassName
{
background-color: #680220;
}
.BgClassName
{
background-color: #680220;
}
</style>
border-color css
<style>
span { border-color: #680220; }
span { border-color: rgb(104,2,32); }
td.TdClassName
{
border-color: #680220;
}
.TagClassName
{
border-color: #680220;
}
</style>