Shades of Burgundy #64011F
Tints of Burgundy #64011F
RGB
CMYK
RGB Variations
Color information
#64011F (or 0x64011F) is known color: Burgundy. HEX triplet: 64, 01 and 1F. RGB value is (100,1,31). Sum of RGB (Red+Green+Blue) = 100+1+31=132 (17% of max value = 765). Red value is 100 (39.45% from 255 or 75.76% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 100 - color contains mainly: red. Hex color #64011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64011F is #9BFEE0. Grayscale: #222222. Windows color (decimal): -10223329 or 2031972. OLE color: 2031972.
HSL color Cylindrical-coordinate representation of color #64011F: hue angle of 341.82º 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 #64011F is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 1 | 31 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.61 |
| HSL | 341.82º | 0.98% | 0.2% | - |
| HSV(B) | 341.82º | 0.99% | 0.39% | - |
| XYZ | 5.51 | 2.83 | 1.55 | - |
| YUV | 34.02 | 126.3 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 31 | 0 | 0.99 | 0.69 | 0.61 | 341.82 | 0.98 | 0.2 |
| Hex | 64 | 1 | 1F | 0 | 63 | 45 | 3D | 156 | 62 | 14 |
| Octal | 144 | 1 | 37 | 0 | 143 | 105 | 75 | 526 | 142 | 24 |
| Binary | 1100100 | 1 | 11111 | 0 | 1100011 | 1000101 | 111101 | 101010110 | 1100010 | 10100 |
Color Harmonies of #64011F
Complementary color
Monochromatic Colors of #64011F
Black with #64011F
Text Example
Text Example
White with #64011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64011F; }
p { color: rgb(100,1,31); }
H1.HeaderClassName
{
color: #64011F;
}
.AnyTagClassName
{
color: #64011F;
}
</style>
background-color css
<style>
a { background-color: #64011F; }
a { background-color: rgb(100,1,31); }
div.DivClassName
{
background-color: #64011F;
}
.BgClassName
{
background-color: #64011F;
}
</style>
border-color css
<style>
span { border-color: #64011F; }
span { border-color: rgb(100,1,31); }
td.TdClassName
{
border-color: #64011F;
}
.TagClassName
{
border-color: #64011F;
}
</style>