Shades of Burgundy #68020C
Tints of Burgundy #68020C
RGB
CMYK
RGB Variations
Color information
#68020C (or 0x68020C) is known color: Burgundy. HEX triplet: 68, 02 and 0C. RGB value is (104,2,12). Sum of RGB (Red+Green+Blue) = 104+2+12=118 (15% of max value = 765). Red value is 104 (41.02% from 255 or 88.14% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 104 - color contains mainly: red. Hex color #68020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68020C is #97FDF3. Grayscale: #212121. Windows color (decimal): -9960948 or 787048. OLE color: 787048.
HSL color Cylindrical-coordinate representation of color #68020C: hue angle of 354.12º 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 #68020C is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 2 | 12 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.59 |
| HSL | 354.12º | 0.96% | 0.21% | - |
| HSV(B) | 354.12º | 0.98% | 0.41% | - |
| XYZ | 5.8 | 3.01 | 0.62 | - |
| YUV | 33.64 | 115.79 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 12 | 0 | 0.98 | 0.88 | 0.59 | 354.12 | 0.96 | 0.21 |
| Hex | 68 | 2 | C | 0 | 62 | 58 | 3B | 162 | 60 | 15 |
| Octal | 150 | 2 | 14 | 0 | 142 | 130 | 73 | 542 | 140 | 25 |
| Binary | 1101000 | 10 | 1100 | 0 | 1100010 | 1011000 | 111011 | 101100010 | 1100000 | 10101 |
Color Harmonies of #68020C
Complementary color
Monochromatic Colors of #68020C
Black with #68020C
Text Example
Text Example
White with #68020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68020C; }
p { color: rgb(104,2,12); }
H1.HeaderClassName
{
color: #68020C;
}
.AnyTagClassName
{
color: #68020C;
}
</style>
background-color css
<style>
a { background-color: #68020C; }
a { background-color: rgb(104,2,12); }
div.DivClassName
{
background-color: #68020C;
}
.BgClassName
{
background-color: #68020C;
}
</style>
border-color css
<style>
span { border-color: #68020C; }
span { border-color: rgb(104,2,12); }
td.TdClassName
{
border-color: #68020C;
}
.TagClassName
{
border-color: #68020C;
}
</style>