Shades of Burgundy #68000C
Tints of Burgundy #68000C
RGB
CMYK
RGB Variations
Color information
#68000C (or 0x68000C) is known color: Burgundy. HEX triplet: 68, 00 and 0C. RGB value is (104,0,12). Sum of RGB (Red+Green+Blue) = 104+0+12=116 (15% of max value = 765). Red value is 104 (41.02% from 255 or 89.66% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 104 - color contains mainly: red. Hex color #68000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68000C is #97FFF3. Grayscale: #202020. Windows color (decimal): -9961460 or 786536. OLE color: 786536.
HSL color Cylindrical-coordinate representation of color #68000C: hue angle of 353.08º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #68000C is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.88 | 0.59 |
| HSL | 353.08º | 1% | 0.2% | - |
| HSV(B) | 353.08º | 1% | 0.41% | - |
| XYZ | 5.78 | 2.97 | 0.62 | - |
| YUV | 32.46 | 116.46 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 12 | 0 | 1 | 0.88 | 0.59 | 353.08 | 1 | 0.2 |
| Hex | 68 | 0 | C | 0 | 64 | 58 | 3B | 161 | 64 | 14 |
| Octal | 150 | 0 | 14 | 0 | 144 | 130 | 73 | 541 | 144 | 24 |
| Binary | 1101000 | 0 | 1100 | 0 | 1100100 | 1011000 | 111011 | 101100001 | 1100100 | 10100 |
Color Harmonies of #68000C
Complementary color
Monochromatic Colors of #68000C
Black with #68000C
Text Example
Text Example
White with #68000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68000C; }
p { color: rgb(104,0,12); }
H1.HeaderClassName
{
color: #68000C;
}
.AnyTagClassName
{
color: #68000C;
}
</style>
background-color css
<style>
a { background-color: #68000C; }
a { background-color: rgb(104,0,12); }
div.DivClassName
{
background-color: #68000C;
}
.BgClassName
{
background-color: #68000C;
}
</style>
border-color css
<style>
span { border-color: #68000C; }
span { border-color: rgb(104,0,12); }
td.TdClassName
{
border-color: #68000C;
}
.TagClassName
{
border-color: #68000C;
}
</style>