Shades of Burgundy #680326
Tints of Burgundy #680326
RGB
CMYK
RGB Variations
Color information
#680326 (or 0x680326) is known color: Burgundy. HEX triplet: 68, 03 and 26. RGB value is (104,3,38). Sum of RGB (Red+Green+Blue) = 104+3+38=145 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.72% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 104 - color contains mainly: red. Hex color #680326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680326 is #97FCD9. Grayscale: #252525. Windows color (decimal): -9960666 or 2491240. OLE color: 2491240.
HSL color Cylindrical-coordinate representation of color #680326: hue angle of 339.21º 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 #680326 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 3 | 38 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.59 |
| HSL | 339.21º | 0.94% | 0.21% | - |
| HSV(B) | 339.21º | 0.97% | 0.41% | - |
| XYZ | 6.09 | 3.15 | 2.12 | - |
| YUV | 37.19 | 128.46 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 38 | 0 | 0.97 | 0.63 | 0.59 | 339.21 | 0.94 | 0.21 |
| Hex | 68 | 3 | 26 | 0 | 61 | 3F | 3B | 153 | 5E | 15 |
| Octal | 150 | 3 | 46 | 0 | 141 | 77 | 73 | 523 | 136 | 25 |
| Binary | 1101000 | 11 | 100110 | 0 | 1100001 | 111111 | 111011 | 101010011 | 1011110 | 10101 |
Color Harmonies of #680326
Complementary color
Monochromatic Colors of #680326
Black with #680326
Text Example
Text Example
White with #680326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680326; }
p { color: rgb(104,3,38); }
H1.HeaderClassName
{
color: #680326;
}
.AnyTagClassName
{
color: #680326;
}
</style>
background-color css
<style>
a { background-color: #680326; }
a { background-color: rgb(104,3,38); }
div.DivClassName
{
background-color: #680326;
}
.BgClassName
{
background-color: #680326;
}
</style>
border-color css
<style>
span { border-color: #680326; }
span { border-color: rgb(104,3,38); }
td.TdClassName
{
border-color: #680326;
}
.TagClassName
{
border-color: #680326;
}
</style>