Shades of Burgundy #680413
Tints of Burgundy #680413
RGB
CMYK
RGB Variations
Color information
#680413 (or 0x680413) is known color: Burgundy. HEX triplet: 68, 04 and 13. RGB value is (104,4,19). Sum of RGB (Red+Green+Blue) = 104+4+19=127 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.89% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 104 - color contains mainly: red. Hex color #680413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680413 is #97FBEC. Grayscale: #232323. Windows color (decimal): -9960429 or 1246312. OLE color: 1246312.
HSL color Cylindrical-coordinate representation of color #680413: hue angle of 351º 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 #680413 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 4 | 19 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.59 |
| HSL | 351º | 0.93% | 0.21% | - |
| HSV(B) | 351º | 0.96% | 0.41% | - |
| XYZ | 5.87 | 3.08 | 0.9 | - |
| YUV | 35.61 | 118.63 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 4 | 19 | 0 | 0.96 | 0.82 | 0.59 | 351 | 0.93 | 0.21 |
| Hex | 68 | 4 | 13 | 0 | 60 | 52 | 3B | 15F | 5D | 15 |
| Octal | 150 | 4 | 23 | 0 | 140 | 122 | 73 | 537 | 135 | 25 |
| Binary | 1101000 | 100 | 10011 | 0 | 1100000 | 1010010 | 111011 | 101011111 | 1011101 | 10101 |
Color Harmonies of #680413
Complementary color
Monochromatic Colors of #680413
Black with #680413
Text Example
Text Example
White with #680413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680413; }
p { color: rgb(104,4,19); }
H1.HeaderClassName
{
color: #680413;
}
.AnyTagClassName
{
color: #680413;
}
</style>
background-color css
<style>
a { background-color: #680413; }
a { background-color: rgb(104,4,19); }
div.DivClassName
{
background-color: #680413;
}
.BgClassName
{
background-color: #680413;
}
</style>
border-color css
<style>
span { border-color: #680413; }
span { border-color: rgb(104,4,19); }
td.TdClassName
{
border-color: #680413;
}
.TagClassName
{
border-color: #680413;
}
</style>