Shades of Burgundy #68031E
Tints of Burgundy #68031E
RGB
CMYK
RGB Variations
Color information
#68031E (or 0x68031E) is known color: Burgundy. HEX triplet: 68, 03 and 1E. RGB value is (104,3,30). Sum of RGB (Red+Green+Blue) = 104+3+30=137 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.91% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 104 - color contains mainly: red. Hex color #68031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68031E is #97FCE1. Grayscale: #242424. Windows color (decimal): -9960674 or 1966952. OLE color: 1966952.
HSL color Cylindrical-coordinate representation of color #68031E: hue angle of 343.96º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68031E is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 3 | 30 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.59 |
| HSL | 343.96º | 0.94% | 0.21% | - |
| HSV(B) | 343.96º | 0.97% | 0.41% | - |
| XYZ | 5.98 | 3.1 | 1.51 | - |
| YUV | 36.28 | 124.46 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 30 | 0 | 0.97 | 0.71 | 0.59 | 343.96 | 0.94 | 0.21 |
| Hex | 68 | 3 | 1E | 0 | 61 | 47 | 3B | 158 | 5E | 15 |
| Octal | 150 | 3 | 36 | 0 | 141 | 107 | 73 | 530 | 136 | 25 |
| Binary | 1101000 | 11 | 11110 | 0 | 1100001 | 1000111 | 111011 | 101011000 | 1011110 | 10101 |
Color Harmonies of #68031E
Complementary color
Monochromatic Colors of #68031E
Black with #68031E
Text Example
Text Example
White with #68031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68031E; }
p { color: rgb(104,3,30); }
H1.HeaderClassName
{
color: #68031E;
}
.AnyTagClassName
{
color: #68031E;
}
</style>
background-color css
<style>
a { background-color: #68031E; }
a { background-color: rgb(104,3,30); }
div.DivClassName
{
background-color: #68031E;
}
.BgClassName
{
background-color: #68031E;
}
</style>
border-color css
<style>
span { border-color: #68031E; }
span { border-color: rgb(104,3,30); }
td.TdClassName
{
border-color: #68031E;
}
.TagClassName
{
border-color: #68031E;
}
</style>