Shades of Burgundy #680209
Tints of Burgundy #680209
RGB
CMYK
RGB Variations
Color information
#680209 (or 0x680209) is known color: Burgundy. HEX triplet: 68, 02 and 09. RGB value is (104,2,9). Sum of RGB (Red+Green+Blue) = 104+2+9=115 (15% of max value = 765). Red value is 104 (41.02% from 255 or 90.43% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 9 (3.91% from 255 or 7.83% from 115); Max value from RGB is 104 - color contains mainly: red. Hex color #680209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680209 is #97FDF6. Grayscale: #212121. Windows color (decimal): -9960951 or 590440. OLE color: 590440.
HSL color Cylindrical-coordinate representation of color #680209: hue angle of 355.88º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #680209 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 2 | 9 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.59 |
| HSL | 355.88º | 0.96% | 0.21% | - |
| HSV(B) | 355.88º | 0.98% | 0.41% | - |
| XYZ | 5.78 | 3.01 | 0.53 | - |
| YUV | 33.3 | 114.29 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 9 | 0 | 0.98 | 0.91 | 0.59 | 355.88 | 0.96 | 0.21 |
| Hex | 68 | 2 | 9 | 0 | 62 | 5B | 3B | 164 | 60 | 15 |
| Octal | 150 | 2 | 11 | 0 | 142 | 133 | 73 | 544 | 140 | 25 |
| Binary | 1101000 | 10 | 1001 | 0 | 1100010 | 1011011 | 111011 | 101100100 | 1100000 | 10101 |
Color Harmonies of #680209
Complementary color
Monochromatic Colors of #680209
Black with #680209
Text Example
Text Example
White with #680209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680209; }
p { color: rgb(104,2,9); }
H1.HeaderClassName
{
color: #680209;
}
.AnyTagClassName
{
color: #680209;
}
</style>
background-color css
<style>
a { background-color: #680209; }
a { background-color: rgb(104,2,9); }
div.DivClassName
{
background-color: #680209;
}
.BgClassName
{
background-color: #680209;
}
</style>
border-color css
<style>
span { border-color: #680209; }
span { border-color: rgb(104,2,9); }
td.TdClassName
{
border-color: #680209;
}
.TagClassName
{
border-color: #680209;
}
</style>