Shades of Burgundy #64011A
Tints of Burgundy #64011A
RGB
CMYK
RGB Variations
Color information
#64011A (or 0x64011A) is known color: Burgundy. HEX triplet: 64, 01 and 1A. RGB value is (100,1,26). Sum of RGB (Red+Green+Blue) = 100+1+26=127 (16% of max value = 765). Red value is 100 (39.45% from 255 or 78.74% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 100 - color contains mainly: red. Hex color #64011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64011A is #9BFEE5. Grayscale: #212121. Windows color (decimal): -10223334 or 1704292. OLE color: 1704292.
HSL color Cylindrical-coordinate representation of color #64011A: hue angle of 344.85º 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 #64011A is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 1 | 26 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.61 |
| HSL | 344.85º | 0.98% | 0.2% | - |
| HSV(B) | 344.85º | 0.99% | 0.39% | - |
| XYZ | 5.45 | 2.81 | 1.23 | - |
| YUV | 33.45 | 123.8 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 26 | 0 | 0.99 | 0.74 | 0.61 | 344.85 | 0.98 | 0.2 |
| Hex | 64 | 1 | 1A | 0 | 63 | 4A | 3D | 159 | 62 | 14 |
| Octal | 144 | 1 | 32 | 0 | 143 | 112 | 75 | 531 | 142 | 24 |
| Binary | 1100100 | 1 | 11010 | 0 | 1100011 | 1001010 | 111101 | 101011001 | 1100010 | 10100 |
Color Harmonies of #64011A
Complementary color
Monochromatic Colors of #64011A
Black with #64011A
Text Example
Text Example
White with #64011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64011A; }
p { color: rgb(100,1,26); }
H1.HeaderClassName
{
color: #64011A;
}
.AnyTagClassName
{
color: #64011A;
}
</style>
background-color css
<style>
a { background-color: #64011A; }
a { background-color: rgb(100,1,26); }
div.DivClassName
{
background-color: #64011A;
}
.BgClassName
{
background-color: #64011A;
}
</style>
border-color css
<style>
span { border-color: #64011A; }
span { border-color: rgb(100,1,26); }
td.TdClassName
{
border-color: #64011A;
}
.TagClassName
{
border-color: #64011A;
}
</style>