Shades of Burgundy #680015
Tints of Burgundy #680015
RGB
CMYK
RGB Variations
Color information
#680015 (or 0x680015) is known color: Burgundy. HEX triplet: 68, 00 and 15. RGB value is (104,0,21). Sum of RGB (Red+Green+Blue) = 104+0+21=125 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.2% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 104 - color contains mainly: red. Hex color #680015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680015 is #97FFEA. Grayscale: #212121. Windows color (decimal): -9961451 or 1376360. OLE color: 1376360.
HSL color Cylindrical-coordinate representation of color #680015: hue angle of 347.88º 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 #680015 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.80 | 0.59 |
| HSL | 347.88º | 1% | 0.2% | - |
| HSV(B) | 347.88º | 1% | 0.41% | - |
| XYZ | 5.84 | 3 | 0.98 | - |
| YUV | 33.49 | 120.96 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 21 | 0 | 1 | 0.80 | 0.59 | 347.88 | 1 | 0.2 |
| Hex | 68 | 0 | 15 | 0 | 64 | 50 | 3B | 15C | 64 | 14 |
| Octal | 150 | 0 | 25 | 0 | 144 | 120 | 73 | 534 | 144 | 24 |
| Binary | 1101000 | 0 | 10101 | 0 | 1100100 | 1010000 | 111011 | 101011100 | 1100100 | 10100 |
Color Harmonies of #680015
Complementary color
Monochromatic Colors of #680015
Black with #680015
Text Example
Text Example
White with #680015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680015; }
p { color: rgb(104,0,21); }
H1.HeaderClassName
{
color: #680015;
}
.AnyTagClassName
{
color: #680015;
}
</style>
background-color css
<style>
a { background-color: #680015; }
a { background-color: rgb(104,0,21); }
div.DivClassName
{
background-color: #680015;
}
.BgClassName
{
background-color: #680015;
}
</style>
border-color css
<style>
span { border-color: #680015; }
span { border-color: rgb(104,0,21); }
td.TdClassName
{
border-color: #680015;
}
.TagClassName
{
border-color: #680015;
}
</style>