Shades of Burgundy #680109
Tints of Burgundy #680109
RGB
CMYK
RGB Variations
Color information
#680109 (or 0x680109) is known color: Burgundy. HEX triplet: 68, 01 and 09. RGB value is (104,1,9). Sum of RGB (Red+Green+Blue) = 104+1+9=114 (15% of max value = 765). Red value is 104 (41.02% from 255 or 91.23% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 9 (3.91% from 255 or 7.89% from 114); Max value from RGB is 104 - color contains mainly: red. Hex color #680109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680109 is #97FEF6. Grayscale: #202020. Windows color (decimal): -9961207 or 590184. OLE color: 590184.
HSL color Cylindrical-coordinate representation of color #680109: hue angle of 355.34º 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 #680109 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 1 | 9 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.59 |
| HSL | 355.34º | 0.98% | 0.21% | - |
| HSV(B) | 355.34º | 0.99% | 0.41% | - |
| XYZ | 5.77 | 2.98 | 0.53 | - |
| YUV | 32.71 | 114.62 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 9 | 0 | 0.99 | 0.91 | 0.59 | 355.34 | 0.98 | 0.21 |
| Hex | 68 | 1 | 9 | 0 | 63 | 5B | 3B | 163 | 62 | 15 |
| Octal | 150 | 1 | 11 | 0 | 143 | 133 | 73 | 543 | 142 | 25 |
| Binary | 1101000 | 1 | 1001 | 0 | 1100011 | 1011011 | 111011 | 101100011 | 1100010 | 10101 |
Color Harmonies of #680109
Complementary color
Monochromatic Colors of #680109
Black with #680109
Text Example
Text Example
White with #680109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680109; }
p { color: rgb(104,1,9); }
H1.HeaderClassName
{
color: #680109;
}
.AnyTagClassName
{
color: #680109;
}
</style>
background-color css
<style>
a { background-color: #680109; }
a { background-color: rgb(104,1,9); }
div.DivClassName
{
background-color: #680109;
}
.BgClassName
{
background-color: #680109;
}
</style>
border-color css
<style>
span { border-color: #680109; }
span { border-color: rgb(104,1,9); }
td.TdClassName
{
border-color: #680109;
}
.TagClassName
{
border-color: #680109;
}
</style>