Shades of Burgundy #68061B
Tints of Burgundy #68061B
RGB
CMYK
RGB Variations
Color information
#68061B (or 0x68061B) is known color: Burgundy. HEX triplet: 68, 06 and 1B. RGB value is (104,6,27). Sum of RGB (Red+Green+Blue) = 104+6+27=137 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.91% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 104 - color contains mainly: red. Hex color #68061B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68061B is #97F9E4. Grayscale: #252525. Windows color (decimal): -9959909 or 1771112. OLE color: 1771112.
HSL color Cylindrical-coordinate representation of color #68061B: hue angle of 347.14º 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 #68061B is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 6 | 27 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.59 |
| HSL | 347.14º | 0.89% | 0.22% | - |
| HSV(B) | 347.14º | 0.94% | 0.41% | - |
| XYZ | 5.97 | 3.15 | 1.33 | - |
| YUV | 37.7 | 121.97 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 27 | 0 | 0.94 | 0.74 | 0.59 | 347.14 | 0.89 | 0.22 |
| Hex | 68 | 6 | 1B | 0 | 5E | 4A | 3B | 15B | 59 | 16 |
| Octal | 150 | 6 | 33 | 0 | 136 | 112 | 73 | 533 | 131 | 26 |
| Binary | 1101000 | 110 | 11011 | 0 | 1011110 | 1001010 | 111011 | 101011011 | 1011001 | 10110 |
Color Harmonies of #68061B
Complementary color
Monochromatic Colors of #68061B
Black with #68061B
Text Example
Text Example
White with #68061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68061B; }
p { color: rgb(104,6,27); }
H1.HeaderClassName
{
color: #68061B;
}
.AnyTagClassName
{
color: #68061B;
}
</style>
background-color css
<style>
a { background-color: #68061B; }
a { background-color: rgb(104,6,27); }
div.DivClassName
{
background-color: #68061B;
}
.BgClassName
{
background-color: #68061B;
}
</style>
border-color css
<style>
span { border-color: #68061B; }
span { border-color: rgb(104,6,27); }
td.TdClassName
{
border-color: #68061B;
}
.TagClassName
{
border-color: #68061B;
}
</style>