Shades of Burgundy #640115
Tints of Burgundy #640115
RGB
CMYK
RGB Variations
Color information
#640115 (or 0x640115) is known color: Burgundy. HEX triplet: 64, 01 and 15. RGB value is (100,1,21). Sum of RGB (Red+Green+Blue) = 100+1+21=122 (16% of max value = 765). Red value is 100 (39.45% from 255 or 81.97% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 100 - color contains mainly: red. Hex color #640115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640115 is #9BFEEA. Grayscale: #202020. Windows color (decimal): -10223339 or 1376612. OLE color: 1376612.
HSL color Cylindrical-coordinate representation of color #640115: hue angle of 347.88º 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 #640115 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 1 | 21 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.61 |
| HSL | 347.88º | 0.98% | 0.2% | - |
| HSV(B) | 347.88º | 0.99% | 0.39% | - |
| XYZ | 5.4 | 2.79 | 0.96 | - |
| YUV | 32.88 | 121.3 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 21 | 0 | 0.99 | 0.79 | 0.61 | 347.88 | 0.98 | 0.2 |
| Hex | 64 | 1 | 15 | 0 | 63 | 4F | 3D | 15C | 62 | 14 |
| Octal | 144 | 1 | 25 | 0 | 143 | 117 | 75 | 534 | 142 | 24 |
| Binary | 1100100 | 1 | 10101 | 0 | 1100011 | 1001111 | 111101 | 101011100 | 1100010 | 10100 |
Color Harmonies of #640115
Complementary color
Monochromatic Colors of #640115
Black with #640115
Text Example
Text Example
White with #640115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640115; }
p { color: rgb(100,1,21); }
H1.HeaderClassName
{
color: #640115;
}
.AnyTagClassName
{
color: #640115;
}
</style>
background-color css
<style>
a { background-color: #640115; }
a { background-color: rgb(100,1,21); }
div.DivClassName
{
background-color: #640115;
}
.BgClassName
{
background-color: #640115;
}
</style>
border-color css
<style>
span { border-color: #640115; }
span { border-color: rgb(100,1,21); }
td.TdClassName
{
border-color: #640115;
}
.TagClassName
{
border-color: #640115;
}
</style>