Shades of Burgundy #68030E
Tints of Burgundy #68030E
RGB
CMYK
RGB Variations
Color information
#68030E (or 0x68030E) is known color: Burgundy. HEX triplet: 68, 03 and 0E. RGB value is (104,3,14). Sum of RGB (Red+Green+Blue) = 104+3+14=121 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.95% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 104 - color contains mainly: red. Hex color #68030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68030E is #97FCF1. Grayscale: #222222. Windows color (decimal): -9960690 or 918376. OLE color: 918376.
HSL color Cylindrical-coordinate representation of color #68030E: hue angle of 353.47º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68030E is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 3 | 14 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.59 |
| HSL | 353.47º | 0.94% | 0.21% | - |
| HSV(B) | 353.47º | 0.97% | 0.41% | - |
| XYZ | 5.82 | 3.04 | 0.7 | - |
| YUV | 34.45 | 116.46 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 14 | 0 | 0.97 | 0.87 | 0.59 | 353.47 | 0.94 | 0.21 |
| Hex | 68 | 3 | E | 0 | 61 | 57 | 3B | 161 | 5E | 15 |
| Octal | 150 | 3 | 16 | 0 | 141 | 127 | 73 | 541 | 136 | 25 |
| Binary | 1101000 | 11 | 1110 | 0 | 1100001 | 1010111 | 111011 | 101100001 | 1011110 | 10101 |
Color Harmonies of #68030E
Complementary color
Monochromatic Colors of #68030E
Black with #68030E
Text Example
Text Example
White with #68030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68030E; }
p { color: rgb(104,3,14); }
H1.HeaderClassName
{
color: #68030E;
}
.AnyTagClassName
{
color: #68030E;
}
</style>
background-color css
<style>
a { background-color: #68030E; }
a { background-color: rgb(104,3,14); }
div.DivClassName
{
background-color: #68030E;
}
.BgClassName
{
background-color: #68030E;
}
</style>
border-color css
<style>
span { border-color: #68030E; }
span { border-color: rgb(104,3,14); }
td.TdClassName
{
border-color: #68030E;
}
.TagClassName
{
border-color: #68030E;
}
</style>