Shades of Burgundy #68041A
Tints of Burgundy #68041A
RGB
CMYK
RGB Variations
Color information
#68041A (or 0x68041A) is known color: Burgundy. HEX triplet: 68, 04 and 1A. RGB value is (104,4,26). Sum of RGB (Red+Green+Blue) = 104+4+26=134 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.61% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 104 - color contains mainly: red. Hex color #68041A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68041A is #97FBE5. Grayscale: #242424. Windows color (decimal): -9960422 or 1705064. OLE color: 1705064.
HSL color Cylindrical-coordinate representation of color #68041A: hue angle of 346.8º 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 #68041A is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 4 | 26 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.59 |
| HSL | 346.8º | 0.93% | 0.21% | - |
| HSV(B) | 346.8º | 0.96% | 0.41% | - |
| XYZ | 5.94 | 3.1 | 1.26 | - |
| YUV | 36.41 | 122.13 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 4 | 26 | 0 | 0.96 | 0.75 | 0.59 | 346.8 | 0.93 | 0.21 |
| Hex | 68 | 4 | 1A | 0 | 60 | 4B | 3B | 15B | 5D | 15 |
| Octal | 150 | 4 | 32 | 0 | 140 | 113 | 73 | 533 | 135 | 25 |
| Binary | 1101000 | 100 | 11010 | 0 | 1100000 | 1001011 | 111011 | 101011011 | 1011101 | 10101 |
Color Harmonies of #68041A
Complementary color
Monochromatic Colors of #68041A
Black with #68041A
Text Example
Text Example
White with #68041A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68041A; }
p { color: rgb(104,4,26); }
H1.HeaderClassName
{
color: #68041A;
}
.AnyTagClassName
{
color: #68041A;
}
</style>
background-color css
<style>
a { background-color: #68041A; }
a { background-color: rgb(104,4,26); }
div.DivClassName
{
background-color: #68041A;
}
.BgClassName
{
background-color: #68041A;
}
</style>
border-color css
<style>
span { border-color: #68041A; }
span { border-color: rgb(104,4,26); }
td.TdClassName
{
border-color: #68041A;
}
.TagClassName
{
border-color: #68041A;
}
</style>