Shades of Burgundy #680026
Tints of Burgundy #680026
RGB
CMYK
RGB Variations
Color information
#680026 (or 0x680026) is known color: Burgundy. HEX triplet: 68, 00 and 26. RGB value is (104,0,38). Sum of RGB (Red+Green+Blue) = 104+0+38=142 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.24% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 38 (15.23% from 255 or 26.76% from 142); Max value from RGB is 104 - color contains mainly: red. Hex color #680026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680026 is #97FFD9. Grayscale: #232323. Windows color (decimal): -9961434 or 2490472. OLE color: 2490472.
HSL color Cylindrical-coordinate representation of color #680026: hue angle of 338.08º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680026 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 0 | 38 | - |
| CMYK | 0 | 1 | 0.63 | 0.59 |
| HSL | 338.08º | 1% | 0.2% | - |
| HSV(B) | 338.08º | 1% | 0.41% | - |
| XYZ | 6.06 | 3.08 | 2.11 | - |
| YUV | 35.43 | 129.46 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 38 | 0 | 1 | 0.63 | 0.59 | 338.08 | 1 | 0.2 |
| Hex | 68 | 0 | 26 | 0 | 64 | 3F | 3B | 152 | 64 | 14 |
| Octal | 150 | 0 | 46 | 0 | 144 | 77 | 73 | 522 | 144 | 24 |
| Binary | 1101000 | 0 | 100110 | 0 | 1100100 | 111111 | 111011 | 101010010 | 1100100 | 10100 |
Color Harmonies of #680026
Complementary color
Monochromatic Colors of #680026
Black with #680026
Text Example
Text Example
White with #680026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680026; }
p { color: rgb(104,0,38); }
H1.HeaderClassName
{
color: #680026;
}
.AnyTagClassName
{
color: #680026;
}
</style>
background-color css
<style>
a { background-color: #680026; }
a { background-color: rgb(104,0,38); }
div.DivClassName
{
background-color: #680026;
}
.BgClassName
{
background-color: #680026;
}
</style>
border-color css
<style>
span { border-color: #680026; }
span { border-color: rgb(104,0,38); }
td.TdClassName
{
border-color: #680026;
}
.TagClassName
{
border-color: #680026;
}
</style>