Shades of Burgundy #640219
Tints of Burgundy #640219
RGB
CMYK
RGB Variations
Color information
#640219 (or 0x640219) is known color: Burgundy. HEX triplet: 64, 02 and 19. RGB value is (100,2,25). Sum of RGB (Red+Green+Blue) = 100+2+25=127 (16% of max value = 765). Red value is 100 (39.45% from 255 or 78.74% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 100 - color contains mainly: red. Hex color #640219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640219 is #9BFDE6. Grayscale: #212121. Windows color (decimal): -10223079 or 1639012. OLE color: 1639012.
HSL color Cylindrical-coordinate representation of color #640219: hue angle of 345.92º 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 #640219 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 2 | 25 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.61 |
| HSL | 345.92º | 0.96% | 0.2% | - |
| HSV(B) | 345.92º | 0.98% | 0.39% | - |
| XYZ | 5.45 | 2.82 | 1.18 | - |
| YUV | 33.92 | 122.97 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 25 | 0 | 0.98 | 0.75 | 0.61 | 345.92 | 0.96 | 0.2 |
| Hex | 64 | 2 | 19 | 0 | 62 | 4B | 3D | 15A | 60 | 14 |
| Octal | 144 | 2 | 31 | 0 | 142 | 113 | 75 | 532 | 140 | 24 |
| Binary | 1100100 | 10 | 11001 | 0 | 1100010 | 1001011 | 111101 | 101011010 | 1100000 | 10100 |
Color Harmonies of #640219
Complementary color
Monochromatic Colors of #640219
Black with #640219
Text Example
Text Example
White with #640219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640219; }
p { color: rgb(100,2,25); }
H1.HeaderClassName
{
color: #640219;
}
.AnyTagClassName
{
color: #640219;
}
</style>
background-color css
<style>
a { background-color: #640219; }
a { background-color: rgb(100,2,25); }
div.DivClassName
{
background-color: #640219;
}
.BgClassName
{
background-color: #640219;
}
</style>
border-color css
<style>
span { border-color: #640219; }
span { border-color: rgb(100,2,25); }
td.TdClassName
{
border-color: #640219;
}
.TagClassName
{
border-color: #640219;
}
</style>