Shades of Burgundy #64020A
Tints of Burgundy #64020A
RGB
CMYK
RGB Variations
Color information
#64020A (or 0x64020A) is known color: Burgundy. HEX triplet: 64, 02 and 0A. RGB value is (100,2,10). Sum of RGB (Red+Green+Blue) = 100+2+10=112 (14% of max value = 765). Red value is 100 (39.45% from 255 or 89.29% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 100 - color contains mainly: red. Hex color #64020A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64020A is #9BFDF5. Grayscale: #202020. Windows color (decimal): -10223094 or 655972. OLE color: 655972.
HSL color Cylindrical-coordinate representation of color #64020A: hue angle of 355.1º 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 #64020A is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 2 | 10 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.61 |
| HSL | 355.1º | 0.96% | 0.2% | - |
| HSV(B) | 355.1º | 0.98% | 0.39% | - |
| XYZ | 5.33 | 2.77 | 0.54 | - |
| YUV | 32.21 | 115.47 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 10 | 0 | 0.98 | 0.90 | 0.61 | 355.1 | 0.96 | 0.2 |
| Hex | 64 | 2 | A | 0 | 62 | 5A | 3D | 163 | 60 | 14 |
| Octal | 144 | 2 | 12 | 0 | 142 | 132 | 75 | 543 | 140 | 24 |
| Binary | 1100100 | 10 | 1010 | 0 | 1100010 | 1011010 | 111101 | 101100011 | 1100000 | 10100 |
Color Harmonies of #64020A
Complementary color
Monochromatic Colors of #64020A
Black with #64020A
Text Example
Text Example
White with #64020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64020A; }
p { color: rgb(100,2,10); }
H1.HeaderClassName
{
color: #64020A;
}
.AnyTagClassName
{
color: #64020A;
}
</style>
background-color css
<style>
a { background-color: #64020A; }
a { background-color: rgb(100,2,10); }
div.DivClassName
{
background-color: #64020A;
}
.BgClassName
{
background-color: #64020A;
}
</style>
border-color css
<style>
span { border-color: #64020A; }
span { border-color: rgb(100,2,10); }
td.TdClassName
{
border-color: #64020A;
}
.TagClassName
{
border-color: #64020A;
}
</style>