Shades of Burgundy #680314
Tints of Burgundy #680314
RGB
CMYK
RGB Variations
Color information
#680314 (or 0x680314) is known color: Burgundy. HEX triplet: 68, 03 and 14. RGB value is (104,3,20). Sum of RGB (Red+Green+Blue) = 104+3+20=127 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.89% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 104 - color contains mainly: red. Hex color #680314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680314 is #97FCEB. Grayscale: #232323. Windows color (decimal): -9960684 or 1311592. OLE color: 1311592.
HSL color Cylindrical-coordinate representation of color #680314: hue angle of 349.9º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #680314 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 3 | 20 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.59 |
| HSL | 349.9º | 0.94% | 0.21% | - |
| HSV(B) | 349.9º | 0.97% | 0.41% | - |
| XYZ | 5.87 | 3.06 | 0.94 | - |
| YUV | 35.14 | 119.46 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 20 | 0 | 0.97 | 0.81 | 0.59 | 349.9 | 0.94 | 0.21 |
| Hex | 68 | 3 | 14 | 0 | 61 | 51 | 3B | 15E | 5E | 15 |
| Octal | 150 | 3 | 24 | 0 | 141 | 121 | 73 | 536 | 136 | 25 |
| Binary | 1101000 | 11 | 10100 | 0 | 1100001 | 1010001 | 111011 | 101011110 | 1011110 | 10101 |
Color Harmonies of #680314
Complementary color
Monochromatic Colors of #680314
Black with #680314
Text Example
Text Example
White with #680314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680314; }
p { color: rgb(104,3,20); }
H1.HeaderClassName
{
color: #680314;
}
.AnyTagClassName
{
color: #680314;
}
</style>
background-color css
<style>
a { background-color: #680314; }
a { background-color: rgb(104,3,20); }
div.DivClassName
{
background-color: #680314;
}
.BgClassName
{
background-color: #680314;
}
</style>
border-color css
<style>
span { border-color: #680314; }
span { border-color: rgb(104,3,20); }
td.TdClassName
{
border-color: #680314;
}
.TagClassName
{
border-color: #680314;
}
</style>