Shades of Burgundy #640122
Tints of Burgundy #640122
RGB
CMYK
RGB Variations
Color information
#640122 (or 0x640122) is known color: Burgundy. HEX triplet: 64, 01 and 22. RGB value is (100,1,34). Sum of RGB (Red+Green+Blue) = 100+1+34=135 (17% of max value = 765). Red value is 100 (39.45% from 255 or 74.07% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 100 - color contains mainly: red. Hex color #640122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640122 is #9BFEDD. Grayscale: #222222. Windows color (decimal): -10223326 or 2228580. OLE color: 2228580.
HSL color Cylindrical-coordinate representation of color #640122: hue angle of 340º 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 #640122 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 1 | 34 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.61 |
| HSL | 340º | 0.98% | 0.2% | - |
| HSV(B) | 340º | 0.99% | 0.39% | - |
| XYZ | 5.56 | 2.85 | 1.77 | - |
| YUV | 34.36 | 127.8 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 34 | 0 | 0.99 | 0.66 | 0.61 | 340 | 0.98 | 0.2 |
| Hex | 64 | 1 | 22 | 0 | 63 | 42 | 3D | 154 | 62 | 14 |
| Octal | 144 | 1 | 42 | 0 | 143 | 102 | 75 | 524 | 142 | 24 |
| Binary | 1100100 | 1 | 100010 | 0 | 1100011 | 1000010 | 111101 | 101010100 | 1100010 | 10100 |
Color Harmonies of #640122
Complementary color
Monochromatic Colors of #640122
Black with #640122
Text Example
Text Example
White with #640122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640122; }
p { color: rgb(100,1,34); }
H1.HeaderClassName
{
color: #640122;
}
.AnyTagClassName
{
color: #640122;
}
</style>
background-color css
<style>
a { background-color: #640122; }
a { background-color: rgb(100,1,34); }
div.DivClassName
{
background-color: #640122;
}
.BgClassName
{
background-color: #640122;
}
</style>
border-color css
<style>
span { border-color: #640122; }
span { border-color: rgb(100,1,34); }
td.TdClassName
{
border-color: #640122;
}
.TagClassName
{
border-color: #640122;
}
</style>