Shades of Burgundy #68031F
Tints of Burgundy #68031F
RGB
CMYK
RGB Variations
Color information
#68031F (or 0x68031F) is known color: Burgundy. HEX triplet: 68, 03 and 1F. RGB value is (104,3,31). Sum of RGB (Red+Green+Blue) = 104+3+31=138 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.36% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 104 - color contains mainly: red. Hex color #68031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68031F is #97FCE0. Grayscale: #242424. Windows color (decimal): -9960673 or 2032488. OLE color: 2032488.
HSL color Cylindrical-coordinate representation of color #68031F: hue angle of 343.37º 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 #68031F is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 3 | 31 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.59 |
| HSL | 343.37º | 0.94% | 0.21% | - |
| HSV(B) | 343.37º | 0.97% | 0.41% | - |
| XYZ | 5.99 | 3.11 | 1.58 | - |
| YUV | 36.39 | 124.96 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 31 | 0 | 0.97 | 0.70 | 0.59 | 343.37 | 0.94 | 0.21 |
| Hex | 68 | 3 | 1F | 0 | 61 | 46 | 3B | 157 | 5E | 15 |
| Octal | 150 | 3 | 37 | 0 | 141 | 106 | 73 | 527 | 136 | 25 |
| Binary | 1101000 | 11 | 11111 | 0 | 1100001 | 1000110 | 111011 | 101010111 | 1011110 | 10101 |
Color Harmonies of #68031F
Complementary color
Monochromatic Colors of #68031F
Black with #68031F
Text Example
Text Example
White with #68031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68031F; }
p { color: rgb(104,3,31); }
H1.HeaderClassName
{
color: #68031F;
}
.AnyTagClassName
{
color: #68031F;
}
</style>
background-color css
<style>
a { background-color: #68031F; }
a { background-color: rgb(104,3,31); }
div.DivClassName
{
background-color: #68031F;
}
.BgClassName
{
background-color: #68031F;
}
</style>
border-color css
<style>
span { border-color: #68031F; }
span { border-color: rgb(104,3,31); }
td.TdClassName
{
border-color: #68031F;
}
.TagClassName
{
border-color: #68031F;
}
</style>