Shades of Burgundy #68061E
Tints of Burgundy #68061E
RGB
CMYK
RGB Variations
Color information
#68061E (or 0x68061E) is known color: Burgundy. HEX triplet: 68, 06 and 1E. RGB value is (104,6,30). Sum of RGB (Red+Green+Blue) = 104+6+30=140 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.29% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 104 - color contains mainly: red. Hex color #68061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68061E is #97F9E1. Grayscale: #262626. Windows color (decimal): -9959906 or 1967720. OLE color: 1967720.
HSL color Cylindrical-coordinate representation of color #68061E: hue angle of 345.31º 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 #68061E is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 6 | 30 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.59 |
| HSL | 345.31º | 0.89% | 0.22% | - |
| HSV(B) | 345.31º | 0.94% | 0.41% | - |
| XYZ | 6.01 | 3.17 | 1.52 | - |
| YUV | 38.04 | 123.47 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 30 | 0 | 0.94 | 0.71 | 0.59 | 345.31 | 0.89 | 0.22 |
| Hex | 68 | 6 | 1E | 0 | 5E | 47 | 3B | 159 | 59 | 16 |
| Octal | 150 | 6 | 36 | 0 | 136 | 107 | 73 | 531 | 131 | 26 |
| Binary | 1101000 | 110 | 11110 | 0 | 1011110 | 1000111 | 111011 | 101011001 | 1011001 | 10110 |
Color Harmonies of #68061E
Complementary color
Monochromatic Colors of #68061E
Black with #68061E
Text Example
Text Example
White with #68061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68061E; }
p { color: rgb(104,6,30); }
H1.HeaderClassName
{
color: #68061E;
}
.AnyTagClassName
{
color: #68061E;
}
</style>
background-color css
<style>
a { background-color: #68061E; }
a { background-color: rgb(104,6,30); }
div.DivClassName
{
background-color: #68061E;
}
.BgClassName
{
background-color: #68061E;
}
</style>
border-color css
<style>
span { border-color: #68061E; }
span { border-color: rgb(104,6,30); }
td.TdClassName
{
border-color: #68061E;
}
.TagClassName
{
border-color: #68061E;
}
</style>