Shades of Burgundy #68050A
Tints of Burgundy #68050A
RGB
CMYK
RGB Variations
Color information
#68050A (or 0x68050A) is known color: Burgundy. HEX triplet: 68, 05 and 0A. RGB value is (104,5,10). Sum of RGB (Red+Green+Blue) = 104+5+10=119 (15% of max value = 765). Red value is 104 (41.02% from 255 or 87.39% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 104 - color contains mainly: red. Hex color #68050A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68050A is #97FAF5. Grayscale: #232323. Windows color (decimal): -9960182 or 656744. OLE color: 656744.
HSL color Cylindrical-coordinate representation of color #68050A: hue angle of 356.97º 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 #68050A is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 5 | 10 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.59 |
| HSL | 356.97º | 0.91% | 0.21% | - |
| HSV(B) | 356.97º | 0.95% | 0.41% | - |
| XYZ | 5.82 | 3.07 | 0.57 | - |
| YUV | 35.17 | 113.8 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 5 | 10 | 0 | 0.95 | 0.90 | 0.59 | 356.97 | 0.91 | 0.21 |
| Hex | 68 | 5 | A | 0 | 5F | 5A | 3B | 165 | 5B | 15 |
| Octal | 150 | 5 | 12 | 0 | 137 | 132 | 73 | 545 | 133 | 25 |
| Binary | 1101000 | 101 | 1010 | 0 | 1011111 | 1011010 | 111011 | 101100101 | 1011011 | 10101 |
Color Harmonies of #68050A
Complementary color
Monochromatic Colors of #68050A
Black with #68050A
Text Example
Text Example
White with #68050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68050A; }
p { color: rgb(104,5,10); }
H1.HeaderClassName
{
color: #68050A;
}
.AnyTagClassName
{
color: #68050A;
}
</style>
background-color css
<style>
a { background-color: #68050A; }
a { background-color: rgb(104,5,10); }
div.DivClassName
{
background-color: #68050A;
}
.BgClassName
{
background-color: #68050A;
}
</style>
border-color css
<style>
span { border-color: #68050A; }
span { border-color: rgb(104,5,10); }
td.TdClassName
{
border-color: #68050A;
}
.TagClassName
{
border-color: #68050A;
}
</style>