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