Shades of Burgundy #68061D
Tints of Burgundy #68061D
RGB
CMYK
RGB Variations
Color information
#68061D (or 0x68061D) is known color: Burgundy. HEX triplet: 68, 06 and 1D. RGB value is (104,6,29). Sum of RGB (Red+Green+Blue) = 104+6+29=139 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.82% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 104 - color contains mainly: red. Hex color #68061D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68061D is #97F9E2. Grayscale: #252525. Windows color (decimal): -9959907 or 1902184. OLE color: 1902184.
HSL color Cylindrical-coordinate representation of color #68061D: hue angle of 345.92º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68061D is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 6 | 29 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.59 |
| HSL | 345.92º | 0.89% | 0.22% | - |
| HSV(B) | 345.92º | 0.94% | 0.41% | - |
| XYZ | 6 | 3.16 | 1.46 | - |
| YUV | 37.92 | 122.97 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 29 | 0 | 0.94 | 0.72 | 0.59 | 345.92 | 0.89 | 0.22 |
| Hex | 68 | 6 | 1D | 0 | 5E | 48 | 3B | 15A | 59 | 16 |
| Octal | 150 | 6 | 35 | 0 | 136 | 110 | 73 | 532 | 131 | 26 |
| Binary | 1101000 | 110 | 11101 | 0 | 1011110 | 1001000 | 111011 | 101011010 | 1011001 | 10110 |
Color Harmonies of #68061D
Complementary color
Monochromatic Colors of #68061D
Black with #68061D
Text Example
Text Example
White with #68061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68061D; }
p { color: rgb(104,6,29); }
H1.HeaderClassName
{
color: #68061D;
}
.AnyTagClassName
{
color: #68061D;
}
</style>
background-color css
<style>
a { background-color: #68061D; }
a { background-color: rgb(104,6,29); }
div.DivClassName
{
background-color: #68061D;
}
.BgClassName
{
background-color: #68061D;
}
</style>
border-color css
<style>
span { border-color: #68061D; }
span { border-color: rgb(104,6,29); }
td.TdClassName
{
border-color: #68061D;
}
.TagClassName
{
border-color: #68061D;
}
</style>