Shades of Burgundy #64011E
Tints of Burgundy #64011E
RGB
CMYK
RGB Variations
Color information
#64011E (or 0x64011E) is known color: Burgundy. HEX triplet: 64, 01 and 1E. RGB value is (100,1,30). Sum of RGB (Red+Green+Blue) = 100+1+30=131 (17% of max value = 765). Red value is 100 (39.45% from 255 or 76.34% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 100 - color contains mainly: red. Hex color #64011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64011E is #9BFEE1. Grayscale: #212121. Windows color (decimal): -10223330 or 1966436. OLE color: 1966436.
HSL color Cylindrical-coordinate representation of color #64011E: hue angle of 342.42º 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 #64011E is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 1 | 30 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.61 |
| HSL | 342.42º | 0.98% | 0.2% | - |
| HSV(B) | 342.42º | 0.99% | 0.39% | - |
| XYZ | 5.5 | 2.82 | 1.48 | - |
| YUV | 33.91 | 125.8 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 30 | 0 | 0.99 | 0.70 | 0.61 | 342.42 | 0.98 | 0.2 |
| Hex | 64 | 1 | 1E | 0 | 63 | 46 | 3D | 156 | 62 | 14 |
| Octal | 144 | 1 | 36 | 0 | 143 | 106 | 75 | 526 | 142 | 24 |
| Binary | 1100100 | 1 | 11110 | 0 | 1100011 | 1000110 | 111101 | 101010110 | 1100010 | 10100 |
Color Harmonies of #64011E
Complementary color
Monochromatic Colors of #64011E
Black with #64011E
Text Example
Text Example
White with #64011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64011E; }
p { color: rgb(100,1,30); }
H1.HeaderClassName
{
color: #64011E;
}
.AnyTagClassName
{
color: #64011E;
}
</style>
background-color css
<style>
a { background-color: #64011E; }
a { background-color: rgb(100,1,30); }
div.DivClassName
{
background-color: #64011E;
}
.BgClassName
{
background-color: #64011E;
}
</style>
border-color css
<style>
span { border-color: #64011E; }
span { border-color: rgb(100,1,30); }
td.TdClassName
{
border-color: #64011E;
}
.TagClassName
{
border-color: #64011E;
}
</style>