Shades of Burgundy #680212
Tints of Burgundy #680212
RGB
CMYK
RGB Variations
Color information
#680212 (or 0x680212) is known color: Burgundy. HEX triplet: 68, 02 and 12. RGB value is (104,2,18). Sum of RGB (Red+Green+Blue) = 104+2+18=124 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.87% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 104 - color contains mainly: red. Hex color #680212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680212 is #97FDED. Grayscale: #222222. Windows color (decimal): -9960942 or 1180264. OLE color: 1180264.
HSL color Cylindrical-coordinate representation of color #680212: hue angle of 350.59º 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 #680212 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 2 | 18 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.59 |
| HSL | 350.59º | 0.96% | 0.21% | - |
| HSV(B) | 350.59º | 0.98% | 0.41% | - |
| XYZ | 5.84 | 3.03 | 0.85 | - |
| YUV | 34.32 | 118.79 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 18 | 0 | 0.98 | 0.83 | 0.59 | 350.59 | 0.96 | 0.21 |
| Hex | 68 | 2 | 12 | 0 | 62 | 53 | 3B | 15F | 60 | 15 |
| Octal | 150 | 2 | 22 | 0 | 142 | 123 | 73 | 537 | 140 | 25 |
| Binary | 1101000 | 10 | 10010 | 0 | 1100010 | 1010011 | 111011 | 101011111 | 1100000 | 10101 |
Color Harmonies of #680212
Complementary color
Monochromatic Colors of #680212
Black with #680212
Text Example
Text Example
White with #680212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680212; }
p { color: rgb(104,2,18); }
H1.HeaderClassName
{
color: #680212;
}
.AnyTagClassName
{
color: #680212;
}
</style>
background-color css
<style>
a { background-color: #680212; }
a { background-color: rgb(104,2,18); }
div.DivClassName
{
background-color: #680212;
}
.BgClassName
{
background-color: #680212;
}
</style>
border-color css
<style>
span { border-color: #680212; }
span { border-color: rgb(104,2,18); }
td.TdClassName
{
border-color: #680212;
}
.TagClassName
{
border-color: #680212;
}
</style>