Shades of Burgundy #640218
Tints of Burgundy #640218
RGB
CMYK
RGB Variations
Color information
#640218 (or 0x640218) is known color: Burgundy. HEX triplet: 64, 02 and 18. RGB value is (100,2,24). Sum of RGB (Red+Green+Blue) = 100+2+24=126 (16% of max value = 765). Red value is 100 (39.45% from 255 or 79.37% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 100 - color contains mainly: red. Hex color #640218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640218 is #9BFDE7. Grayscale: #212121. Windows color (decimal): -10223080 or 1573476. OLE color: 1573476.
HSL color Cylindrical-coordinate representation of color #640218: hue angle of 346.53º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #640218 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 2 | 24 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.61 |
| HSL | 346.53º | 0.96% | 0.2% | - |
| HSV(B) | 346.53º | 0.98% | 0.39% | - |
| XYZ | 5.44 | 2.82 | 1.12 | - |
| YUV | 33.81 | 122.47 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 24 | 0 | 0.98 | 0.76 | 0.61 | 346.53 | 0.96 | 0.2 |
| Hex | 64 | 2 | 18 | 0 | 62 | 4C | 3D | 15B | 60 | 14 |
| Octal | 144 | 2 | 30 | 0 | 142 | 114 | 75 | 533 | 140 | 24 |
| Binary | 1100100 | 10 | 11000 | 0 | 1100010 | 1001100 | 111101 | 101011011 | 1100000 | 10100 |
Color Harmonies of #640218
Complementary color
Monochromatic Colors of #640218
Black with #640218
Text Example
Text Example
White with #640218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640218; }
p { color: rgb(100,2,24); }
H1.HeaderClassName
{
color: #640218;
}
.AnyTagClassName
{
color: #640218;
}
</style>
background-color css
<style>
a { background-color: #640218; }
a { background-color: rgb(100,2,24); }
div.DivClassName
{
background-color: #640218;
}
.BgClassName
{
background-color: #640218;
}
</style>
border-color css
<style>
span { border-color: #640218; }
span { border-color: rgb(100,2,24); }
td.TdClassName
{
border-color: #640218;
}
.TagClassName
{
border-color: #640218;
}
</style>