Shades of Burgundy #640107
Tints of Burgundy #640107
RGB
CMYK
RGB Variations
Color information
#640107 (or 0x640107) is known color: Burgundy. HEX triplet: 64, 01 and 07. RGB value is (100,1,7). Sum of RGB (Red+Green+Blue) = 100+1+7=108 (14% of max value = 765). Red value is 100 (39.45% from 255 or 92.59% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 7 (3.12% from 255 or 6.48% from 108); Max value from RGB is 100 - color contains mainly: red. Hex color #640107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640107 is #9BFEF8. Grayscale: #1F1F1F. Windows color (decimal): -10223353 or 459108. OLE color: 459108.
HSL color Cylindrical-coordinate representation of color #640107: hue angle of 356.36º 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 #640107 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 1 | 7 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.61 |
| HSL | 356.36º | 0.98% | 0.2% | - |
| HSV(B) | 356.36º | 0.99% | 0.39% | - |
| XYZ | 5.3 | 2.75 | 0.45 | - |
| YUV | 31.29 | 114.3 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 7 | 0 | 0.99 | 0.93 | 0.61 | 356.36 | 0.98 | 0.2 |
| Hex | 64 | 1 | 7 | 0 | 63 | 5D | 3D | 164 | 62 | 14 |
| Octal | 144 | 1 | 7 | 0 | 143 | 135 | 75 | 544 | 142 | 24 |
| Binary | 1100100 | 1 | 111 | 0 | 1100011 | 1011101 | 111101 | 101100100 | 1100010 | 10100 |
Color Harmonies of #640107
Complementary color
Monochromatic Colors of #640107
Black with #640107
Text Example
Text Example
White with #640107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640107; }
p { color: rgb(100,1,7); }
H1.HeaderClassName
{
color: #640107;
}
.AnyTagClassName
{
color: #640107;
}
</style>
background-color css
<style>
a { background-color: #640107; }
a { background-color: rgb(100,1,7); }
div.DivClassName
{
background-color: #640107;
}
.BgClassName
{
background-color: #640107;
}
</style>
border-color css
<style>
span { border-color: #640107; }
span { border-color: rgb(100,1,7); }
td.TdClassName
{
border-color: #640107;
}
.TagClassName
{
border-color: #640107;
}
</style>