Shades of Burgundy #64020C
Tints of Burgundy #64020C
RGB
CMYK
RGB Variations
Color information
#64020C (or 0x64020C) is known color: Burgundy. HEX triplet: 64, 02 and 0C. RGB value is (100,2,12). Sum of RGB (Red+Green+Blue) = 100+2+12=114 (15% of max value = 765). Red value is 100 (39.45% from 255 or 87.72% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 100 - color contains mainly: red. Hex color #64020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64020C is #9BFDF3. Grayscale: #202020. Windows color (decimal): -10223092 or 787044. OLE color: 787044.
HSL color Cylindrical-coordinate representation of color #64020C: hue angle of 353.88º 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 #64020C is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 2 | 12 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.61 |
| HSL | 353.88º | 0.96% | 0.2% | - |
| HSV(B) | 353.88º | 0.98% | 0.39% | - |
| XYZ | 5.34 | 2.78 | 0.6 | - |
| YUV | 32.44 | 116.47 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 12 | 0 | 0.98 | 0.88 | 0.61 | 353.88 | 0.96 | 0.2 |
| Hex | 64 | 2 | C | 0 | 62 | 58 | 3D | 162 | 60 | 14 |
| Octal | 144 | 2 | 14 | 0 | 142 | 130 | 75 | 542 | 140 | 24 |
| Binary | 1100100 | 10 | 1100 | 0 | 1100010 | 1011000 | 111101 | 101100010 | 1100000 | 10100 |
Color Harmonies of #64020C
Complementary color
Monochromatic Colors of #64020C
Black with #64020C
Text Example
Text Example
White with #64020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64020C; }
p { color: rgb(100,2,12); }
H1.HeaderClassName
{
color: #64020C;
}
.AnyTagClassName
{
color: #64020C;
}
</style>
background-color css
<style>
a { background-color: #64020C; }
a { background-color: rgb(100,2,12); }
div.DivClassName
{
background-color: #64020C;
}
.BgClassName
{
background-color: #64020C;
}
</style>
border-color css
<style>
span { border-color: #64020C; }
span { border-color: rgb(100,2,12); }
td.TdClassName
{
border-color: #64020C;
}
.TagClassName
{
border-color: #64020C;
}
</style>