Shades of Burgundy #680118
Tints of Burgundy #680118
RGB
CMYK
RGB Variations
Color information
#680118 (or 0x680118) is known color: Burgundy. HEX triplet: 68, 01 and 18. RGB value is (104,1,24). Sum of RGB (Red+Green+Blue) = 104+1+24=129 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80.62% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 104 - color contains mainly: red. Hex color #680118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680118 is #97FEE7. Grayscale: #222222. Windows color (decimal): -9961192 or 1573224. OLE color: 1573224.
HSL color Cylindrical-coordinate representation of color #680118: hue angle of 346.6º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #680118 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 1 | 24 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.59 |
| HSL | 346.6º | 0.98% | 0.21% | - |
| HSV(B) | 346.6º | 0.99% | 0.41% | - |
| XYZ | 5.88 | 3.03 | 1.14 | - |
| YUV | 34.42 | 122.12 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 24 | 0 | 0.99 | 0.77 | 0.59 | 346.6 | 0.98 | 0.21 |
| Hex | 68 | 1 | 18 | 0 | 63 | 4D | 3B | 15B | 62 | 15 |
| Octal | 150 | 1 | 30 | 0 | 143 | 115 | 73 | 533 | 142 | 25 |
| Binary | 1101000 | 1 | 11000 | 0 | 1100011 | 1001101 | 111011 | 101011011 | 1100010 | 10101 |
Color Harmonies of #680118
Complementary color
Monochromatic Colors of #680118
Black with #680118
Text Example
Text Example
White with #680118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680118; }
p { color: rgb(104,1,24); }
H1.HeaderClassName
{
color: #680118;
}
.AnyTagClassName
{
color: #680118;
}
</style>
background-color css
<style>
a { background-color: #680118; }
a { background-color: rgb(104,1,24); }
div.DivClassName
{
background-color: #680118;
}
.BgClassName
{
background-color: #680118;
}
</style>
border-color css
<style>
span { border-color: #680118; }
span { border-color: rgb(104,1,24); }
td.TdClassName
{
border-color: #680118;
}
.TagClassName
{
border-color: #680118;
}
</style>