Shades of Burgundy #680010
Tints of Burgundy #680010
RGB
CMYK
RGB Variations
Color information
#680010 (or 0x680010) is known color: Burgundy. HEX triplet: 68, 00 and 10. RGB value is (104,0,16). Sum of RGB (Red+Green+Blue) = 104+0+16=120 (15% of max value = 765). Red value is 104 (41.02% from 255 or 86.67% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 104 - color contains mainly: red. Hex color #680010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680010 is #97FFEF. Grayscale: #202020. Windows color (decimal): -9961456 or 1048680. OLE color: 1048680.
HSL color Cylindrical-coordinate representation of color #680010: hue angle of 350.77º 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 #680010 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.85 | 0.59 |
| HSL | 350.77º | 1% | 0.2% | - |
| HSV(B) | 350.77º | 1% | 0.41% | - |
| XYZ | 5.8 | 2.98 | 0.76 | - |
| YUV | 32.92 | 118.46 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 16 | 0 | 1 | 0.85 | 0.59 | 350.77 | 1 | 0.2 |
| Hex | 68 | 0 | 10 | 0 | 64 | 55 | 3B | 15F | 64 | 14 |
| Octal | 150 | 0 | 20 | 0 | 144 | 125 | 73 | 537 | 144 | 24 |
| Binary | 1101000 | 0 | 10000 | 0 | 1100100 | 1010101 | 111011 | 101011111 | 1100100 | 10100 |
Color Harmonies of #680010
Complementary color
Monochromatic Colors of #680010
Black with #680010
Text Example
Text Example
White with #680010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680010; }
p { color: rgb(104,0,16); }
H1.HeaderClassName
{
color: #680010;
}
.AnyTagClassName
{
color: #680010;
}
</style>
background-color css
<style>
a { background-color: #680010; }
a { background-color: rgb(104,0,16); }
div.DivClassName
{
background-color: #680010;
}
.BgClassName
{
background-color: #680010;
}
</style>
border-color css
<style>
span { border-color: #680010; }
span { border-color: rgb(104,0,16); }
td.TdClassName
{
border-color: #680010;
}
.TagClassName
{
border-color: #680010;
}
</style>