Shades of Burgundy #640114
Tints of Burgundy #640114
RGB
CMYK
RGB Variations
Color information
#640114 (or 0x640114) is known color: Burgundy. HEX triplet: 64, 01 and 14. RGB value is (100,1,20). Sum of RGB (Red+Green+Blue) = 100+1+20=121 (16% of max value = 765). Red value is 100 (39.45% from 255 or 82.64% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 100 - color contains mainly: red. Hex color #640114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640114 is #9BFEEB. Grayscale: #202020. Windows color (decimal): -10223340 or 1311076. OLE color: 1311076.
HSL color Cylindrical-coordinate representation of color #640114: hue angle of 348.48º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #640114 is Cyan = 0, Magento = 0.99, Yellow = 0.8 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 1 | 20 | - |
| CMYK | 0 | 0.99 | 0.8 | 0.61 |
| HSL | 348.48º | 0.98% | 0.2% | - |
| HSV(B) | 348.48º | 0.99% | 0.39% | - |
| XYZ | 5.39 | 2.78 | 0.91 | - |
| YUV | 32.77 | 120.8 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 20 | 0 | 0.99 | 0.8 | 0.61 | 348.48 | 0.98 | 0.2 |
| Hex | 64 | 1 | 14 | 0 | 63 | 50 | 3D | 15C | 62 | 14 |
| Octal | 144 | 1 | 24 | 0 | 143 | 120 | 75 | 534 | 142 | 24 |
| Binary | 1100100 | 1 | 10100 | 0 | 1100011 | 1010000 | 111101 | 101011100 | 1100010 | 10100 |
Color Harmonies of #640114
Complementary color
Monochromatic Colors of #640114
Black with #640114
Text Example
Text Example
White with #640114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640114; }
p { color: rgb(100,1,20); }
H1.HeaderClassName
{
color: #640114;
}
.AnyTagClassName
{
color: #640114;
}
</style>
background-color css
<style>
a { background-color: #640114; }
a { background-color: rgb(100,1,20); }
div.DivClassName
{
background-color: #640114;
}
.BgClassName
{
background-color: #640114;
}
</style>
border-color css
<style>
span { border-color: #640114; }
span { border-color: rgb(100,1,20); }
td.TdClassName
{
border-color: #640114;
}
.TagClassName
{
border-color: #640114;
}
</style>