Shades of Burgundy #640210
Tints of Burgundy #640210
RGB
CMYK
RGB Variations
Color information
#640210 (or 0x640210) is known color: Burgundy. HEX triplet: 64, 02 and 10. RGB value is (100,2,16). Sum of RGB (Red+Green+Blue) = 100+2+16=118 (15% of max value = 765). Red value is 100 (39.45% from 255 or 84.75% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 100 - color contains mainly: red. Hex color #640210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640210 is #9BFDEF. Grayscale: #202020. Windows color (decimal): -10223088 or 1049188. OLE color: 1049188.
HSL color Cylindrical-coordinate representation of color #640210: hue angle of 351.43º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #640210 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 2 | 16 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.61 |
| HSL | 351.43º | 0.96% | 0.2% | - |
| HSV(B) | 351.43º | 0.98% | 0.39% | - |
| XYZ | 5.37 | 2.79 | 0.75 | - |
| YUV | 32.9 | 118.47 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 16 | 0 | 0.98 | 0.84 | 0.61 | 351.43 | 0.96 | 0.2 |
| Hex | 64 | 2 | 10 | 0 | 62 | 54 | 3D | 15F | 60 | 14 |
| Octal | 144 | 2 | 20 | 0 | 142 | 124 | 75 | 537 | 140 | 24 |
| Binary | 1100100 | 10 | 10000 | 0 | 1100010 | 1010100 | 111101 | 101011111 | 1100000 | 10100 |
Color Harmonies of #640210
Complementary color
Monochromatic Colors of #640210
Black with #640210
Text Example
Text Example
White with #640210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640210; }
p { color: rgb(100,2,16); }
H1.HeaderClassName
{
color: #640210;
}
.AnyTagClassName
{
color: #640210;
}
</style>
background-color css
<style>
a { background-color: #640210; }
a { background-color: rgb(100,2,16); }
div.DivClassName
{
background-color: #640210;
}
.BgClassName
{
background-color: #640210;
}
</style>
border-color css
<style>
span { border-color: #640210; }
span { border-color: rgb(100,2,16); }
td.TdClassName
{
border-color: #640210;
}
.TagClassName
{
border-color: #640210;
}
</style>