Shades of Burgundy #68000D
Tints of Burgundy #68000D
RGB
CMYK
RGB Variations
Color information
#68000D (or 0x68000D) is known color: Burgundy. HEX triplet: 68, 00 and 0D. RGB value is (104,0,13). Sum of RGB (Red+Green+Blue) = 104+0+13=117 (15% of max value = 765). Red value is 104 (41.02% from 255 or 88.89% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 104 - color contains mainly: red. Hex color #68000D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68000D is #97FFF2. Grayscale: #202020. Windows color (decimal): -9961459 or 852072. OLE color: 852072.
HSL color Cylindrical-coordinate representation of color #68000D: hue angle of 352.5º 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 #68000D is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.88 | 0.59 |
| HSL | 352.5º | 1% | 0.2% | - |
| HSV(B) | 352.5º | 1% | 0.41% | - |
| XYZ | 5.78 | 2.97 | 0.65 | - |
| YUV | 32.58 | 116.96 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 13 | 0 | 1 | 0.88 | 0.59 | 352.5 | 1 | 0.2 |
| Hex | 68 | 0 | D | 0 | 64 | 58 | 3B | 160 | 64 | 14 |
| Octal | 150 | 0 | 15 | 0 | 144 | 130 | 73 | 540 | 144 | 24 |
| Binary | 1101000 | 0 | 1101 | 0 | 1100100 | 1011000 | 111011 | 101100000 | 1100100 | 10100 |
Color Harmonies of #68000D
Complementary color
Monochromatic Colors of #68000D
Black with #68000D
Text Example
Text Example
White with #68000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68000D; }
p { color: rgb(104,0,13); }
H1.HeaderClassName
{
color: #68000D;
}
.AnyTagClassName
{
color: #68000D;
}
</style>
background-color css
<style>
a { background-color: #68000D; }
a { background-color: rgb(104,0,13); }
div.DivClassName
{
background-color: #68000D;
}
.BgClassName
{
background-color: #68000D;
}
</style>
border-color css
<style>
span { border-color: #68000D; }
span { border-color: rgb(104,0,13); }
td.TdClassName
{
border-color: #68000D;
}
.TagClassName
{
border-color: #68000D;
}
</style>