Shades of Burgundy #68020B
Tints of Burgundy #68020B
RGB
CMYK
RGB Variations
Color information
#68020B (or 0x68020B) is known color: Burgundy. HEX triplet: 68, 02 and 0B. RGB value is (104,2,11). Sum of RGB (Red+Green+Blue) = 104+2+11=117 (15% of max value = 765). Red value is 104 (41.02% from 255 or 88.89% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 104 - color contains mainly: red. Hex color #68020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68020B is #97FDF4. Grayscale: #212121. Windows color (decimal): -9960949 or 721512. OLE color: 721512.
HSL color Cylindrical-coordinate representation of color #68020B: hue angle of 354.71º 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 #68020B is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 2 | 11 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.59 |
| HSL | 354.71º | 0.96% | 0.21% | - |
| HSV(B) | 354.71º | 0.98% | 0.41% | - |
| XYZ | 5.79 | 3.01 | 0.59 | - |
| YUV | 33.52 | 115.29 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 11 | 0 | 0.98 | 0.89 | 0.59 | 354.71 | 0.96 | 0.21 |
| Hex | 68 | 2 | B | 0 | 62 | 59 | 3B | 163 | 60 | 15 |
| Octal | 150 | 2 | 13 | 0 | 142 | 131 | 73 | 543 | 140 | 25 |
| Binary | 1101000 | 10 | 1011 | 0 | 1100010 | 1011001 | 111011 | 101100011 | 1100000 | 10101 |
Color Harmonies of #68020B
Complementary color
Monochromatic Colors of #68020B
Black with #68020B
Text Example
Text Example
White with #68020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68020B; }
p { color: rgb(104,2,11); }
H1.HeaderClassName
{
color: #68020B;
}
.AnyTagClassName
{
color: #68020B;
}
</style>
background-color css
<style>
a { background-color: #68020B; }
a { background-color: rgb(104,2,11); }
div.DivClassName
{
background-color: #68020B;
}
.BgClassName
{
background-color: #68020B;
}
</style>
border-color css
<style>
span { border-color: #68020B; }
span { border-color: rgb(104,2,11); }
td.TdClassName
{
border-color: #68020B;
}
.TagClassName
{
border-color: #68020B;
}
</style>