Shades of Burgundy #680515
Tints of Burgundy #680515
RGB
CMYK
RGB Variations
Color information
#680515 (or 0x680515) is known color: Burgundy. HEX triplet: 68, 05 and 15. RGB value is (104,5,21). Sum of RGB (Red+Green+Blue) = 104+5+21=130 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 104 - color contains mainly: red. Hex color #680515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680515 is #97FAEA. Grayscale: #242424. Windows color (decimal): -9960171 or 1377640. OLE color: 1377640.
HSL color Cylindrical-coordinate representation of color #680515: hue angle of 350.3º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680515 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 5 | 21 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.59 |
| HSL | 350.3º | 0.91% | 0.21% | - |
| HSV(B) | 350.3º | 0.95% | 0.41% | - |
| XYZ | 5.9 | 3.11 | 1 | - |
| YUV | 36.43 | 119.3 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 5 | 21 | 0 | 0.95 | 0.80 | 0.59 | 350.3 | 0.91 | 0.21 |
| Hex | 68 | 5 | 15 | 0 | 5F | 50 | 3B | 15E | 5B | 15 |
| Octal | 150 | 5 | 25 | 0 | 137 | 120 | 73 | 536 | 133 | 25 |
| Binary | 1101000 | 101 | 10101 | 0 | 1011111 | 1010000 | 111011 | 101011110 | 1011011 | 10101 |
Color Harmonies of #680515
Complementary color
Monochromatic Colors of #680515
Black with #680515
Text Example
Text Example
White with #680515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680515; }
p { color: rgb(104,5,21); }
H1.HeaderClassName
{
color: #680515;
}
.AnyTagClassName
{
color: #680515;
}
</style>
background-color css
<style>
a { background-color: #680515; }
a { background-color: rgb(104,5,21); }
div.DivClassName
{
background-color: #680515;
}
.BgClassName
{
background-color: #680515;
}
</style>
border-color css
<style>
span { border-color: #680515; }
span { border-color: rgb(104,5,21); }
td.TdClassName
{
border-color: #680515;
}
.TagClassName
{
border-color: #680515;
}
</style>