Shades of Burgundy #680007
Tints of Burgundy #680007
RGB
CMYK
RGB Variations
Color information
#680007 (or 0x680007) is known color: Burgundy. HEX triplet: 68, 00 and 07. RGB value is (104,0,7). Sum of RGB (Red+Green+Blue) = 104+0+7=111 (14% of max value = 765). Red value is 104 (41.02% from 255 or 93.69% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 7 (3.12% from 255 or 6.31% from 111); Max value from RGB is 104 - color contains mainly: red. Hex color #680007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680007 is #97FFF8. Grayscale: #1F1F1F. Windows color (decimal): -9961465 or 458856. OLE color: 458856.
HSL color Cylindrical-coordinate representation of color #680007: hue angle of 355.96º 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 #680007 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.93 | 0.59 |
| HSL | 355.96º | 1% | 0.2% | - |
| HSV(B) | 355.96º | 1% | 0.41% | - |
| XYZ | 5.75 | 2.96 | 0.47 | - |
| YUV | 31.89 | 113.96 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 7 | 0 | 1 | 0.93 | 0.59 | 355.96 | 1 | 0.2 |
| Hex | 68 | 0 | 7 | 0 | 64 | 5D | 3B | 164 | 64 | 14 |
| Octal | 150 | 0 | 7 | 0 | 144 | 135 | 73 | 544 | 144 | 24 |
| Binary | 1101000 | 0 | 111 | 0 | 1100100 | 1011101 | 111011 | 101100100 | 1100100 | 10100 |
Color Harmonies of #680007
Complementary color
Monochromatic Colors of #680007
Black with #680007
Text Example
Text Example
White with #680007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680007; }
p { color: rgb(104,0,7); }
H1.HeaderClassName
{
color: #680007;
}
.AnyTagClassName
{
color: #680007;
}
</style>
background-color css
<style>
a { background-color: #680007; }
a { background-color: rgb(104,0,7); }
div.DivClassName
{
background-color: #680007;
}
.BgClassName
{
background-color: #680007;
}
</style>
border-color css
<style>
span { border-color: #680007; }
span { border-color: rgb(104,0,7); }
td.TdClassName
{
border-color: #680007;
}
.TagClassName
{
border-color: #680007;
}
</style>