Shades of Burgundy #680619
Tints of Burgundy #680619
RGB
CMYK
RGB Variations
Color information
#680619 (or 0x680619) is known color: Burgundy. HEX triplet: 68, 06 and 19. RGB value is (104,6,25). Sum of RGB (Red+Green+Blue) = 104+6+25=135 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.04% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 104 - color contains mainly: red. Hex color #680619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680619 is #97F9E6. Grayscale: #252525. Windows color (decimal): -9959911 or 1640040. OLE color: 1640040.
HSL color Cylindrical-coordinate representation of color #680619: hue angle of 348.37º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680619 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 6 | 25 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.59 |
| HSL | 348.37º | 0.89% | 0.22% | - |
| HSV(B) | 348.37º | 0.94% | 0.41% | - |
| XYZ | 5.95 | 3.14 | 1.21 | - |
| YUV | 37.47 | 120.97 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 25 | 0 | 0.94 | 0.76 | 0.59 | 348.37 | 0.89 | 0.22 |
| Hex | 68 | 6 | 19 | 0 | 5E | 4C | 3B | 15C | 59 | 16 |
| Octal | 150 | 6 | 31 | 0 | 136 | 114 | 73 | 534 | 131 | 26 |
| Binary | 1101000 | 110 | 11001 | 0 | 1011110 | 1001100 | 111011 | 101011100 | 1011001 | 10110 |
Color Harmonies of #680619
Complementary color
Monochromatic Colors of #680619
Black with #680619
Text Example
Text Example
White with #680619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680619; }
p { color: rgb(104,6,25); }
H1.HeaderClassName
{
color: #680619;
}
.AnyTagClassName
{
color: #680619;
}
</style>
background-color css
<style>
a { background-color: #680619; }
a { background-color: rgb(104,6,25); }
div.DivClassName
{
background-color: #680619;
}
.BgClassName
{
background-color: #680619;
}
</style>
border-color css
<style>
span { border-color: #680619; }
span { border-color: rgb(104,6,25); }
td.TdClassName
{
border-color: #680619;
}
.TagClassName
{
border-color: #680619;
}
</style>