Shades of Burgundy #680104
Tints of Burgundy #680104
RGB
CMYK
RGB Variations
Color information
#680104 (or 0x680104) is known color: Burgundy. HEX triplet: 68, 01 and 04. RGB value is (104,1,4). Sum of RGB (Red+Green+Blue) = 104+1+4=109 (14% of max value = 765). Red value is 104 (41.02% from 255 or 95.41% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 104 - color contains mainly: red. Hex color #680104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680104 is #97FEFB. Grayscale: #202020. Windows color (decimal): -9961212 or 262504. OLE color: 262504.
HSL color Cylindrical-coordinate representation of color #680104: hue angle of 358.25º 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 #680104 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 1 | 4 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.59 |
| HSL | 358.25º | 0.98% | 0.21% | - |
| HSV(B) | 358.25º | 0.99% | 0.41% | - |
| XYZ | 5.74 | 2.97 | 0.39 | - |
| YUV | 32.14 | 112.12 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 4 | 0 | 0.99 | 0.96 | 0.59 | 358.25 | 0.98 | 0.21 |
| Hex | 68 | 1 | 4 | 0 | 63 | 60 | 3B | 166 | 62 | 15 |
| Octal | 150 | 1 | 4 | 0 | 143 | 140 | 73 | 546 | 142 | 25 |
| Binary | 1101000 | 1 | 100 | 0 | 1100011 | 1100000 | 111011 | 101100110 | 1100010 | 10101 |
Color Harmonies of #680104
Complementary color
Monochromatic Colors of #680104
Black with #680104
Text Example
Text Example
White with #680104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680104; }
p { color: rgb(104,1,4); }
H1.HeaderClassName
{
color: #680104;
}
.AnyTagClassName
{
color: #680104;
}
</style>
background-color css
<style>
a { background-color: #680104; }
a { background-color: rgb(104,1,4); }
div.DivClassName
{
background-color: #680104;
}
.BgClassName
{
background-color: #680104;
}
</style>
border-color css
<style>
span { border-color: #680104; }
span { border-color: rgb(104,1,4); }
td.TdClassName
{
border-color: #680104;
}
.TagClassName
{
border-color: #680104;
}
</style>