Shades of Burgundy #68021D
Tints of Burgundy #68021D
RGB
CMYK
RGB Variations
Color information
#68021D (or 0x68021D) is known color: Burgundy. HEX triplet: 68, 02 and 1D. RGB value is (104,2,29). Sum of RGB (Red+Green+Blue) = 104+2+29=135 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.04% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 104 - color contains mainly: red. Hex color #68021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68021D is #97FDE2. Grayscale: #232323. Windows color (decimal): -9960931 or 1901160. OLE color: 1901160.
HSL color Cylindrical-coordinate representation of color #68021D: hue angle of 344.12º 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 #68021D is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 2 | 29 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.59 |
| HSL | 344.12º | 0.96% | 0.21% | - |
| HSV(B) | 344.12º | 0.98% | 0.41% | - |
| XYZ | 5.95 | 3.08 | 1.44 | - |
| YUV | 35.58 | 124.29 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 29 | 0 | 0.98 | 0.72 | 0.59 | 344.12 | 0.96 | 0.21 |
| Hex | 68 | 2 | 1D | 0 | 62 | 48 | 3B | 158 | 60 | 15 |
| Octal | 150 | 2 | 35 | 0 | 142 | 110 | 73 | 530 | 140 | 25 |
| Binary | 1101000 | 10 | 11101 | 0 | 1100010 | 1001000 | 111011 | 101011000 | 1100000 | 10101 |
Color Harmonies of #68021D
Complementary color
Monochromatic Colors of #68021D
Black with #68021D
Text Example
Text Example
White with #68021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68021D; }
p { color: rgb(104,2,29); }
H1.HeaderClassName
{
color: #68021D;
}
.AnyTagClassName
{
color: #68021D;
}
</style>
background-color css
<style>
a { background-color: #68021D; }
a { background-color: rgb(104,2,29); }
div.DivClassName
{
background-color: #68021D;
}
.BgClassName
{
background-color: #68021D;
}
</style>
border-color css
<style>
span { border-color: #68021D; }
span { border-color: rgb(104,2,29); }
td.TdClassName
{
border-color: #68021D;
}
.TagClassName
{
border-color: #68021D;
}
</style>