Shades of Burgundy #680021
Tints of Burgundy #680021
RGB
CMYK
RGB Variations
Color information
#680021 (or 0x680021) is known color: Burgundy. HEX triplet: 68, 00 and 21. RGB value is (104,0,33). Sum of RGB (Red+Green+Blue) = 104+0+33=137 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.91% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 104 - color contains mainly: red. Hex color #680021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680021 is #97FFDE. Grayscale: #222222. Windows color (decimal): -9961439 or 2162792. OLE color: 2162792.
HSL color Cylindrical-coordinate representation of color #680021: hue angle of 340.96º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680021 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.68 | 0.59 |
| HSL | 340.96º | 1% | 0.2% | - |
| HSV(B) | 340.96º | 1% | 0.41% | - |
| XYZ | 5.98 | 3.05 | 1.71 | - |
| YUV | 34.86 | 126.96 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 33 | 0 | 1 | 0.68 | 0.59 | 340.96 | 1 | 0.2 |
| Hex | 68 | 0 | 21 | 0 | 64 | 44 | 3B | 155 | 64 | 14 |
| Octal | 150 | 0 | 41 | 0 | 144 | 104 | 73 | 525 | 144 | 24 |
| Binary | 1101000 | 0 | 100001 | 0 | 1100100 | 1000100 | 111011 | 101010101 | 1100100 | 10100 |
Color Harmonies of #680021
Complementary color
Monochromatic Colors of #680021
Black with #680021
Text Example
Text Example
White with #680021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680021; }
p { color: rgb(104,0,33); }
H1.HeaderClassName
{
color: #680021;
}
.AnyTagClassName
{
color: #680021;
}
</style>
background-color css
<style>
a { background-color: #680021; }
a { background-color: rgb(104,0,33); }
div.DivClassName
{
background-color: #680021;
}
.BgClassName
{
background-color: #680021;
}
</style>
border-color css
<style>
span { border-color: #680021; }
span { border-color: rgb(104,0,33); }
td.TdClassName
{
border-color: #680021;
}
.TagClassName
{
border-color: #680021;
}
</style>