Shades of Burgundy #680120
Tints of Burgundy #680120
RGB
CMYK
RGB Variations
Color information
#680120 (or 0x680120) is known color: Burgundy. HEX triplet: 68, 01 and 20. RGB value is (104,1,32). Sum of RGB (Red+Green+Blue) = 104+1+32=137 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.91% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 104 - color contains mainly: red. Hex color #680120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680120 is #97FEDF. Grayscale: #232323. Windows color (decimal): -9961184 or 2097512. OLE color: 2097512.
HSL color Cylindrical-coordinate representation of color #680120: hue angle of 341.94º 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 #680120 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 1 | 32 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.59 |
| HSL | 341.94º | 0.98% | 0.21% | - |
| HSV(B) | 341.94º | 0.99% | 0.41% | - |
| XYZ | 5.98 | 3.07 | 1.64 | - |
| YUV | 35.33 | 126.12 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 32 | 0 | 0.99 | 0.69 | 0.59 | 341.94 | 0.98 | 0.21 |
| Hex | 68 | 1 | 20 | 0 | 63 | 45 | 3B | 156 | 62 | 15 |
| Octal | 150 | 1 | 40 | 0 | 143 | 105 | 73 | 526 | 142 | 25 |
| Binary | 1101000 | 1 | 100000 | 0 | 1100011 | 1000101 | 111011 | 101010110 | 1100010 | 10101 |
Color Harmonies of #680120
Complementary color
Monochromatic Colors of #680120
Black with #680120
Text Example
Text Example
White with #680120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680120; }
p { color: rgb(104,1,32); }
H1.HeaderClassName
{
color: #680120;
}
.AnyTagClassName
{
color: #680120;
}
</style>
background-color css
<style>
a { background-color: #680120; }
a { background-color: rgb(104,1,32); }
div.DivClassName
{
background-color: #680120;
}
.BgClassName
{
background-color: #680120;
}
</style>
border-color css
<style>
span { border-color: #680120; }
span { border-color: rgb(104,1,32); }
td.TdClassName
{
border-color: #680120;
}
.TagClassName
{
border-color: #680120;
}
</style>