Shades of Burgundy #68040F
Tints of Burgundy #68040F
RGB
CMYK
RGB Variations
Color information
#68040F (or 0x68040F) is known color: Burgundy. HEX triplet: 68, 04 and 0F. RGB value is (104,4,15). Sum of RGB (Red+Green+Blue) = 104+4+15=123 (16% of max value = 765). Red value is 104 (41.02% from 255 or 84.55% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 104 - color contains mainly: red. Hex color #68040F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68040F is #97FBF0. Grayscale: #232323. Windows color (decimal): -9960433 or 984168. OLE color: 984168.
HSL color Cylindrical-coordinate representation of color #68040F: hue angle of 353.4º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #68040F is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 4 | 15 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.59 |
| HSL | 353.4º | 0.93% | 0.21% | - |
| HSV(B) | 353.4º | 0.96% | 0.41% | - |
| XYZ | 5.84 | 3.06 | 0.74 | - |
| YUV | 35.15 | 116.63 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 4 | 15 | 0 | 0.96 | 0.86 | 0.59 | 353.4 | 0.93 | 0.21 |
| Hex | 68 | 4 | F | 0 | 60 | 56 | 3B | 161 | 5D | 15 |
| Octal | 150 | 4 | 17 | 0 | 140 | 126 | 73 | 541 | 135 | 25 |
| Binary | 1101000 | 100 | 1111 | 0 | 1100000 | 1010110 | 111011 | 101100001 | 1011101 | 10101 |
Color Harmonies of #68040F
Complementary color
Monochromatic Colors of #68040F
Black with #68040F
Text Example
Text Example
White with #68040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68040F; }
p { color: rgb(104,4,15); }
H1.HeaderClassName
{
color: #68040F;
}
.AnyTagClassName
{
color: #68040F;
}
</style>
background-color css
<style>
a { background-color: #68040F; }
a { background-color: rgb(104,4,15); }
div.DivClassName
{
background-color: #68040F;
}
.BgClassName
{
background-color: #68040F;
}
</style>
border-color css
<style>
span { border-color: #68040F; }
span { border-color: rgb(104,4,15); }
td.TdClassName
{
border-color: #68040F;
}
.TagClassName
{
border-color: #68040F;
}
</style>