Shades of Burgundy #680412
Tints of Burgundy #680412
RGB
CMYK
RGB Variations
Color information
#680412 (or 0x680412) is known color: Burgundy. HEX triplet: 68, 04 and 12. RGB value is (104,4,18). Sum of RGB (Red+Green+Blue) = 104+4+18=126 (16% of max value = 765). Red value is 104 (41.02% from 255 or 82.54% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 104 - color contains mainly: red. Hex color #680412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680412 is #97FBED. Grayscale: #232323. Windows color (decimal): -9960430 or 1180776. OLE color: 1180776.
HSL color Cylindrical-coordinate representation of color #680412: hue angle of 351.6º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680412 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 4 | 18 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.59 |
| HSL | 351.6º | 0.93% | 0.21% | - |
| HSV(B) | 351.6º | 0.96% | 0.41% | - |
| XYZ | 5.86 | 3.07 | 0.86 | - |
| YUV | 35.5 | 118.13 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 4 | 18 | 0 | 0.96 | 0.83 | 0.59 | 351.6 | 0.93 | 0.21 |
| Hex | 68 | 4 | 12 | 0 | 60 | 53 | 3B | 160 | 5D | 15 |
| Octal | 150 | 4 | 22 | 0 | 140 | 123 | 73 | 540 | 135 | 25 |
| Binary | 1101000 | 100 | 10010 | 0 | 1100000 | 1010011 | 111011 | 101100000 | 1011101 | 10101 |
Color Harmonies of #680412
Complementary color
Monochromatic Colors of #680412
Black with #680412
Text Example
Text Example
White with #680412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680412; }
p { color: rgb(104,4,18); }
H1.HeaderClassName
{
color: #680412;
}
.AnyTagClassName
{
color: #680412;
}
</style>
background-color css
<style>
a { background-color: #680412; }
a { background-color: rgb(104,4,18); }
div.DivClassName
{
background-color: #680412;
}
.BgClassName
{
background-color: #680412;
}
</style>
border-color css
<style>
span { border-color: #680412; }
span { border-color: rgb(104,4,18); }
td.TdClassName
{
border-color: #680412;
}
.TagClassName
{
border-color: #680412;
}
</style>