Shades of Burgundy #640013
Tints of Burgundy #640013
RGB
CMYK
RGB Variations
Color information
#640013 (or 0x640013) is known color: Burgundy. HEX triplet: 64, 00 and 13. RGB value is (100,0,19). Sum of RGB (Red+Green+Blue) = 100+0+19=119 (15% of max value = 765). Red value is 100 (39.45% from 255 or 84.03% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 100 - color contains mainly: red. Hex color #640013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640013 is #9BFFEC. Grayscale: #202020. Windows color (decimal): -10223597 or 1245284. OLE color: 1245284.
HSL color Cylindrical-coordinate representation of color #640013: hue angle of 348.6º 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 #640013 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.81 | 0.61 |
| HSL | 348.6º | 1% | 0.2% | - |
| HSV(B) | 348.6º | 1% | 0.39% | - |
| XYZ | 5.37 | 2.76 | 0.86 | - |
| YUV | 32.07 | 120.63 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 0 | 19 | 0 | 1 | 0.81 | 0.61 | 348.6 | 1 | 0.2 |
| Hex | 64 | 0 | 13 | 0 | 64 | 51 | 3D | 15D | 64 | 14 |
| Octal | 144 | 0 | 23 | 0 | 144 | 121 | 75 | 535 | 144 | 24 |
| Binary | 1100100 | 0 | 10011 | 0 | 1100100 | 1010001 | 111101 | 101011101 | 1100100 | 10100 |
Color Harmonies of #640013
Complementary color
Monochromatic Colors of #640013
Black with #640013
Text Example
Text Example
White with #640013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640013; }
p { color: rgb(100,0,19); }
H1.HeaderClassName
{
color: #640013;
}
.AnyTagClassName
{
color: #640013;
}
</style>
background-color css
<style>
a { background-color: #640013; }
a { background-color: rgb(100,0,19); }
div.DivClassName
{
background-color: #640013;
}
.BgClassName
{
background-color: #640013;
}
</style>
border-color css
<style>
span { border-color: #640013; }
span { border-color: rgb(100,0,19); }
td.TdClassName
{
border-color: #640013;
}
.TagClassName
{
border-color: #640013;
}
</style>