Shades of Burgundy #680004
Tints of Burgundy #680004
RGB
CMYK
RGB Variations
Color information
#680004 (or 0x680004) is known color: Burgundy. HEX triplet: 68, 00 and 04. RGB value is (104,0,4). Sum of RGB (Red+Green+Blue) = 104+0+4=108 (14% of max value = 765). Red value is 104 (41.02% from 255 or 96.30% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 4 (1.95% from 255 or 3.70% from 108); Max value from RGB is 104 - color contains mainly: red. Hex color #680004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680004 is #97FFFB. Grayscale: #1F1F1F. Windows color (decimal): -9961468 or 262248. OLE color: 262248.
HSL color Cylindrical-coordinate representation of color #680004: hue angle of 357.69º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680004 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.96 | 0.59 |
| HSL | 357.69º | 1% | 0.2% | - |
| HSV(B) | 357.69º | 1% | 0.41% | - |
| XYZ | 5.73 | 2.95 | 0.38 | - |
| YUV | 31.55 | 112.46 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 4 | 0 | 1 | 0.96 | 0.59 | 357.69 | 1 | 0.2 |
| Hex | 68 | 0 | 4 | 0 | 64 | 60 | 3B | 166 | 64 | 14 |
| Octal | 150 | 0 | 4 | 0 | 144 | 140 | 73 | 546 | 144 | 24 |
| Binary | 1101000 | 0 | 100 | 0 | 1100100 | 1100000 | 111011 | 101100110 | 1100100 | 10100 |
Color Harmonies of #680004
Complementary color
Monochromatic Colors of #680004
Black with #680004
Text Example
Text Example
White with #680004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680004; }
p { color: rgb(104,0,4); }
H1.HeaderClassName
{
color: #680004;
}
.AnyTagClassName
{
color: #680004;
}
</style>
background-color css
<style>
a { background-color: #680004; }
a { background-color: rgb(104,0,4); }
div.DivClassName
{
background-color: #680004;
}
.BgClassName
{
background-color: #680004;
}
</style>
border-color css
<style>
span { border-color: #680004; }
span { border-color: rgb(104,0,4); }
td.TdClassName
{
border-color: #680004;
}
.TagClassName
{
border-color: #680004;
}
</style>