Shades of Burgundy #640020
Tints of Burgundy #640020
RGB
CMYK
RGB Variations
Color information
#640020 (or 0x640020) is known color: Burgundy. HEX triplet: 64, 00 and 20. RGB value is (100,0,32). Sum of RGB (Red+Green+Blue) = 100+0+32=132 (17% of max value = 765). Red value is 100 (39.45% from 255 or 75.76% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 100 - color contains mainly: red. Hex color #640020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640020 is #9BFFDF. Grayscale: #212121. Windows color (decimal): -10223584 or 2097252. OLE color: 2097252.
HSL color Cylindrical-coordinate representation of color #640020: hue angle of 340.8º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #640020 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.68 | 0.61 |
| HSL | 340.8º | 1% | 0.2% | - |
| HSV(B) | 340.8º | 1% | 0.39% | - |
| XYZ | 5.52 | 2.81 | 1.62 | - |
| YUV | 33.55 | 127.13 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 0 | 32 | 0 | 1 | 0.68 | 0.61 | 340.8 | 1 | 0.2 |
| Hex | 64 | 0 | 20 | 0 | 64 | 44 | 3D | 155 | 64 | 14 |
| Octal | 144 | 0 | 40 | 0 | 144 | 104 | 75 | 525 | 144 | 24 |
| Binary | 1100100 | 0 | 100000 | 0 | 1100100 | 1000100 | 111101 | 101010101 | 1100100 | 10100 |
Color Harmonies of #640020
Complementary color
Monochromatic Colors of #640020
Black with #640020
Text Example
Text Example
White with #640020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640020; }
p { color: rgb(100,0,32); }
H1.HeaderClassName
{
color: #640020;
}
.AnyTagClassName
{
color: #640020;
}
</style>
background-color css
<style>
a { background-color: #640020; }
a { background-color: rgb(100,0,32); }
div.DivClassName
{
background-color: #640020;
}
.BgClassName
{
background-color: #640020;
}
</style>
border-color css
<style>
span { border-color: #640020; }
span { border-color: rgb(100,0,32); }
td.TdClassName
{
border-color: #640020;
}
.TagClassName
{
border-color: #640020;
}
</style>