Shades of Burgundy #68010B
Tints of Burgundy #68010B
RGB
CMYK
RGB Variations
Color information
#68010B (or 0x68010B) is known color: Burgundy. HEX triplet: 68, 01 and 0B. RGB value is (104,1,11). Sum of RGB (Red+Green+Blue) = 104+1+11=116 (15% of max value = 765). Red value is 104 (41.02% from 255 or 89.66% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 11 (4.69% from 255 or 9.48% from 116); Max value from RGB is 104 - color contains mainly: red. Hex color #68010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68010B is #97FEF4. Grayscale: #212121. Windows color (decimal): -9961205 or 721256. OLE color: 721256.
HSL color Cylindrical-coordinate representation of color #68010B: hue angle of 354.17º 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 #68010B is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.59 |
| HSL | 354.17º | 0.98% | 0.21% | - |
| HSV(B) | 354.17º | 0.99% | 0.41% | - |
| XYZ | 5.78 | 2.99 | 0.59 | - |
| YUV | 32.94 | 115.62 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 11 | 0 | 0.99 | 0.89 | 0.59 | 354.17 | 0.98 | 0.21 |
| Hex | 68 | 1 | B | 0 | 63 | 59 | 3B | 162 | 62 | 15 |
| Octal | 150 | 1 | 13 | 0 | 143 | 131 | 73 | 542 | 142 | 25 |
| Binary | 1101000 | 1 | 1011 | 0 | 1100011 | 1011001 | 111011 | 101100010 | 1100010 | 10101 |
Color Harmonies of #68010B
Complementary color
Monochromatic Colors of #68010B
Black with #68010B
Text Example
Text Example
White with #68010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68010B; }
p { color: rgb(104,1,11); }
H1.HeaderClassName
{
color: #68010B;
}
.AnyTagClassName
{
color: #68010B;
}
</style>
background-color css
<style>
a { background-color: #68010B; }
a { background-color: rgb(104,1,11); }
div.DivClassName
{
background-color: #68010B;
}
.BgClassName
{
background-color: #68010B;
}
</style>
border-color css
<style>
span { border-color: #68010B; }
span { border-color: rgb(104,1,11); }
td.TdClassName
{
border-color: #68010B;
}
.TagClassName
{
border-color: #68010B;
}
</style>