Shades of Burgundy #680417
Tints of Burgundy #680417
RGB
CMYK
RGB Variations
Color information
#680417 (or 0x680417) is known color: Burgundy. HEX triplet: 68, 04 and 17. RGB value is (104,4,23). Sum of RGB (Red+Green+Blue) = 104+4+23=131 (17% of max value = 765). Red value is 104 (41.02% from 255 or 79.39% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 104 - color contains mainly: red. Hex color #680417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680417 is #97FBE8. Grayscale: #242424. Windows color (decimal): -9960425 or 1508456. OLE color: 1508456.
HSL color Cylindrical-coordinate representation of color #680417: hue angle of 348.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 #680417 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 4 | 23 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.59 |
| HSL | 348.6º | 0.93% | 0.21% | - |
| HSV(B) | 348.6º | 0.96% | 0.41% | - |
| XYZ | 5.91 | 3.09 | 1.1 | - |
| YUV | 36.07 | 120.63 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 4 | 23 | 0 | 0.96 | 0.78 | 0.59 | 348.6 | 0.93 | 0.21 |
| Hex | 68 | 4 | 17 | 0 | 60 | 4E | 3B | 15D | 5D | 15 |
| Octal | 150 | 4 | 27 | 0 | 140 | 116 | 73 | 535 | 135 | 25 |
| Binary | 1101000 | 100 | 10111 | 0 | 1100000 | 1001110 | 111011 | 101011101 | 1011101 | 10101 |
Color Harmonies of #680417
Complementary color
Monochromatic Colors of #680417
Black with #680417
Text Example
Text Example
White with #680417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680417; }
p { color: rgb(104,4,23); }
H1.HeaderClassName
{
color: #680417;
}
.AnyTagClassName
{
color: #680417;
}
</style>
background-color css
<style>
a { background-color: #680417; }
a { background-color: rgb(104,4,23); }
div.DivClassName
{
background-color: #680417;
}
.BgClassName
{
background-color: #680417;
}
</style>
border-color css
<style>
span { border-color: #680417; }
span { border-color: rgb(104,4,23); }
td.TdClassName
{
border-color: #680417;
}
.TagClassName
{
border-color: #680417;
}
</style>