Shades of Burgundy #68020F
Tints of Burgundy #68020F
RGB
CMYK
RGB Variations
Color information
#68020F (or 0x68020F) is known color: Burgundy. HEX triplet: 68, 02 and 0F. RGB value is (104,2,15). Sum of RGB (Red+Green+Blue) = 104+2+15=121 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.95% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 104 - color contains mainly: red. Hex color #68020F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68020F is #97FDF0. Grayscale: #222222. Windows color (decimal): -9960945 or 983656. OLE color: 983656.
HSL color Cylindrical-coordinate representation of color #68020F: hue angle of 352.35º 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 #68020F is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 2 | 15 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.59 |
| HSL | 352.35º | 0.96% | 0.21% | - |
| HSV(B) | 352.35º | 0.98% | 0.41% | - |
| XYZ | 5.82 | 3.02 | 0.73 | - |
| YUV | 33.98 | 117.29 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 15 | 0 | 0.98 | 0.86 | 0.59 | 352.35 | 0.96 | 0.21 |
| Hex | 68 | 2 | F | 0 | 62 | 56 | 3B | 160 | 60 | 15 |
| Octal | 150 | 2 | 17 | 0 | 142 | 126 | 73 | 540 | 140 | 25 |
| Binary | 1101000 | 10 | 1111 | 0 | 1100010 | 1010110 | 111011 | 101100000 | 1100000 | 10101 |
Color Harmonies of #68020F
Complementary color
Monochromatic Colors of #68020F
Black with #68020F
Text Example
Text Example
White with #68020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68020F; }
p { color: rgb(104,2,15); }
H1.HeaderClassName
{
color: #68020F;
}
.AnyTagClassName
{
color: #68020F;
}
</style>
background-color css
<style>
a { background-color: #68020F; }
a { background-color: rgb(104,2,15); }
div.DivClassName
{
background-color: #68020F;
}
.BgClassName
{
background-color: #68020F;
}
</style>
border-color css
<style>
span { border-color: #68020F; }
span { border-color: rgb(104,2,15); }
td.TdClassName
{
border-color: #68020F;
}
.TagClassName
{
border-color: #68020F;
}
</style>