Shades of Burgundy #64010A
Tints of Burgundy #64010A
RGB
CMYK
RGB Variations
Color information
#64010A (or 0x64010A) is known color: Burgundy. HEX triplet: 64, 01 and 0A. RGB value is (100,1,10). Sum of RGB (Red+Green+Blue) = 100+1+10=111 (14% of max value = 765). Red value is 100 (39.45% from 255 or 90.09% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 100 - color contains mainly: red. Hex color #64010A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64010A is #9BFEF5. Grayscale: #1F1F1F. Windows color (decimal): -10223350 or 655716. OLE color: 655716.
HSL color Cylindrical-coordinate representation of color #64010A: hue angle of 354.55º 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 #64010A is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 1 | 10 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.61 |
| HSL | 354.55º | 0.98% | 0.2% | - |
| HSV(B) | 354.55º | 0.99% | 0.39% | - |
| XYZ | 5.32 | 2.75 | 0.54 | - |
| YUV | 31.63 | 115.8 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 10 | 0 | 0.99 | 0.90 | 0.61 | 354.55 | 0.98 | 0.2 |
| Hex | 64 | 1 | A | 0 | 63 | 5A | 3D | 163 | 62 | 14 |
| Octal | 144 | 1 | 12 | 0 | 143 | 132 | 75 | 543 | 142 | 24 |
| Binary | 1100100 | 1 | 1010 | 0 | 1100011 | 1011010 | 111101 | 101100011 | 1100010 | 10100 |
Color Harmonies of #64010A
Complementary color
Monochromatic Colors of #64010A
Black with #64010A
Text Example
Text Example
White with #64010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64010A; }
p { color: rgb(100,1,10); }
H1.HeaderClassName
{
color: #64010A;
}
.AnyTagClassName
{
color: #64010A;
}
</style>
background-color css
<style>
a { background-color: #64010A; }
a { background-color: rgb(100,1,10); }
div.DivClassName
{
background-color: #64010A;
}
.BgClassName
{
background-color: #64010A;
}
</style>
border-color css
<style>
span { border-color: #64010A; }
span { border-color: rgb(100,1,10); }
td.TdClassName
{
border-color: #64010A;
}
.TagClassName
{
border-color: #64010A;
}
</style>