Shades of Burgundy #68021F
Tints of Burgundy #68021F
RGB
CMYK
RGB Variations
Color information
#68021F (or 0x68021F) is known color: Burgundy. HEX triplet: 68, 02 and 1F. RGB value is (104,2,31). Sum of RGB (Red+Green+Blue) = 104+2+31=137 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.91% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 104 - color contains mainly: red. Hex color #68021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68021F is #97FDE0. Grayscale: #232323. Windows color (decimal): -9960929 or 2032232. OLE color: 2032232.
HSL color Cylindrical-coordinate representation of color #68021F: hue angle of 342.94º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #68021F is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 2 | 31 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.59 |
| HSL | 342.94º | 0.96% | 0.21% | - |
| HSV(B) | 342.94º | 0.98% | 0.41% | - |
| XYZ | 5.98 | 3.09 | 1.58 | - |
| YUV | 35.8 | 125.29 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 31 | 0 | 0.98 | 0.70 | 0.59 | 342.94 | 0.96 | 0.21 |
| Hex | 68 | 2 | 1F | 0 | 62 | 46 | 3B | 157 | 60 | 15 |
| Octal | 150 | 2 | 37 | 0 | 142 | 106 | 73 | 527 | 140 | 25 |
| Binary | 1101000 | 10 | 11111 | 0 | 1100010 | 1000110 | 111011 | 101010111 | 1100000 | 10101 |
Color Harmonies of #68021F
Complementary color
Monochromatic Colors of #68021F
Black with #68021F
Text Example
Text Example
White with #68021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68021F; }
p { color: rgb(104,2,31); }
H1.HeaderClassName
{
color: #68021F;
}
.AnyTagClassName
{
color: #68021F;
}
</style>
background-color css
<style>
a { background-color: #68021F; }
a { background-color: rgb(104,2,31); }
div.DivClassName
{
background-color: #68021F;
}
.BgClassName
{
background-color: #68021F;
}
</style>
border-color css
<style>
span { border-color: #68021F; }
span { border-color: rgb(104,2,31); }
td.TdClassName
{
border-color: #68021F;
}
.TagClassName
{
border-color: #68021F;
}
</style>