Shades of Burgundy #64020B
Tints of Burgundy #64020B
RGB
CMYK
RGB Variations
Color information
#64020B (or 0x64020B) is known color: Burgundy. HEX triplet: 64, 02 and 0B. RGB value is (100,2,11). Sum of RGB (Red+Green+Blue) = 100+2+11=113 (14% of max value = 765). Red value is 100 (39.45% from 255 or 88.50% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 100 - color contains mainly: red. Hex color #64020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64020B is #9BFDF4. Grayscale: #202020. Windows color (decimal): -10223093 or 721508. OLE color: 721508.
HSL color Cylindrical-coordinate representation of color #64020B: hue angle of 354.49º 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 #64020B is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 2 | 11 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.61 |
| HSL | 354.49º | 0.96% | 0.2% | - |
| HSV(B) | 354.49º | 0.98% | 0.39% | - |
| XYZ | 5.34 | 2.78 | 0.57 | - |
| YUV | 32.33 | 115.97 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 11 | 0 | 0.98 | 0.89 | 0.61 | 354.49 | 0.96 | 0.2 |
| Hex | 64 | 2 | B | 0 | 62 | 59 | 3D | 162 | 60 | 14 |
| Octal | 144 | 2 | 13 | 0 | 142 | 131 | 75 | 542 | 140 | 24 |
| Binary | 1100100 | 10 | 1011 | 0 | 1100010 | 1011001 | 111101 | 101100010 | 1100000 | 10100 |
Color Harmonies of #64020B
Complementary color
Monochromatic Colors of #64020B
Black with #64020B
Text Example
Text Example
White with #64020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64020B; }
p { color: rgb(100,2,11); }
H1.HeaderClassName
{
color: #64020B;
}
.AnyTagClassName
{
color: #64020B;
}
</style>
background-color css
<style>
a { background-color: #64020B; }
a { background-color: rgb(100,2,11); }
div.DivClassName
{
background-color: #64020B;
}
.BgClassName
{
background-color: #64020B;
}
</style>
border-color css
<style>
span { border-color: #64020B; }
span { border-color: rgb(100,2,11); }
td.TdClassName
{
border-color: #64020B;
}
.TagClassName
{
border-color: #64020B;
}
</style>