Shades of Burgundy #68010E
Tints of Burgundy #68010E
RGB
CMYK
RGB Variations
Color information
#68010E (or 0x68010E) is known color: Burgundy. HEX triplet: 68, 01 and 0E. RGB value is (104,1,14). Sum of RGB (Red+Green+Blue) = 104+1+14=119 (15% of max value = 765). Red value is 104 (41.02% from 255 or 87.39% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 104 - color contains mainly: red. Hex color #68010E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68010E is #97FEF1. Grayscale: #212121. Windows color (decimal): -9961202 or 917864. OLE color: 917864.
HSL color Cylindrical-coordinate representation of color #68010E: hue angle of 352.43º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68010E is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.59 |
| HSL | 352.43º | 0.98% | 0.21% | - |
| HSV(B) | 352.43º | 0.99% | 0.41% | - |
| XYZ | 5.8 | 3 | 0.69 | - |
| YUV | 33.28 | 117.12 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 14 | 0 | 0.99 | 0.87 | 0.59 | 352.43 | 0.98 | 0.21 |
| Hex | 68 | 1 | E | 0 | 63 | 57 | 3B | 160 | 62 | 15 |
| Octal | 150 | 1 | 16 | 0 | 143 | 127 | 73 | 540 | 142 | 25 |
| Binary | 1101000 | 1 | 1110 | 0 | 1100011 | 1010111 | 111011 | 101100000 | 1100010 | 10101 |
Color Harmonies of #68010E
Complementary color
Monochromatic Colors of #68010E
Black with #68010E
Text Example
Text Example
White with #68010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68010E; }
p { color: rgb(104,1,14); }
H1.HeaderClassName
{
color: #68010E;
}
.AnyTagClassName
{
color: #68010E;
}
</style>
background-color css
<style>
a { background-color: #68010E; }
a { background-color: rgb(104,1,14); }
div.DivClassName
{
background-color: #68010E;
}
.BgClassName
{
background-color: #68010E;
}
</style>
border-color css
<style>
span { border-color: #68010E; }
span { border-color: rgb(104,1,14); }
td.TdClassName
{
border-color: #68010E;
}
.TagClassName
{
border-color: #68010E;
}
</style>