Shades of Burgundy #640111
Tints of Burgundy #640111
RGB
CMYK
RGB Variations
Color information
#640111 (or 0x640111) is known color: Burgundy. HEX triplet: 64, 01 and 11. RGB value is (100,1,17). Sum of RGB (Red+Green+Blue) = 100+1+17=118 (15% of max value = 765). Red value is 100 (39.45% from 255 or 84.75% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 100 - color contains mainly: red. Hex color #640111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640111 is #9BFEEE. Grayscale: #202020. Windows color (decimal): -10223343 or 1114468. OLE color: 1114468.
HSL color Cylindrical-coordinate representation of color #640111: hue angle of 350.3º 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 #640111 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 1 | 17 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.61 |
| HSL | 350.3º | 0.98% | 0.2% | - |
| HSV(B) | 350.3º | 0.99% | 0.39% | - |
| XYZ | 5.37 | 2.77 | 0.78 | - |
| YUV | 32.43 | 119.3 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 17 | 0 | 0.99 | 0.83 | 0.61 | 350.3 | 0.98 | 0.2 |
| Hex | 64 | 1 | 11 | 0 | 63 | 53 | 3D | 15E | 62 | 14 |
| Octal | 144 | 1 | 21 | 0 | 143 | 123 | 75 | 536 | 142 | 24 |
| Binary | 1100100 | 1 | 10001 | 0 | 1100011 | 1010011 | 111101 | 101011110 | 1100010 | 10100 |
Color Harmonies of #640111
Complementary color
Monochromatic Colors of #640111
Black with #640111
Text Example
Text Example
White with #640111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640111; }
p { color: rgb(100,1,17); }
H1.HeaderClassName
{
color: #640111;
}
.AnyTagClassName
{
color: #640111;
}
</style>
background-color css
<style>
a { background-color: #640111; }
a { background-color: rgb(100,1,17); }
div.DivClassName
{
background-color: #640111;
}
.BgClassName
{
background-color: #640111;
}
</style>
border-color css
<style>
span { border-color: #640111; }
span { border-color: rgb(100,1,17); }
td.TdClassName
{
border-color: #640111;
}
.TagClassName
{
border-color: #640111;
}
</style>