Shades of Burgundy #64001F
Tints of Burgundy #64001F
RGB
CMYK
RGB Variations
Color information
#64001F (or 0x64001F) is known color: Burgundy. HEX triplet: 64, 00 and 1F. RGB value is (100,0,31). Sum of RGB (Red+Green+Blue) = 100+0+31=131 (17% of max value = 765). Red value is 100 (39.45% from 255 or 76.34% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 100 - color contains mainly: red. Hex color #64001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64001F is #9BFFE0. Grayscale: #212121. Windows color (decimal): -10223585 or 2031716. OLE color: 2031716.
HSL color Cylindrical-coordinate representation of color #64001F: hue angle of 341.4º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #64001F is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.69 | 0.61 |
| HSL | 341.4º | 1% | 0.2% | - |
| HSV(B) | 341.4º | 1% | 0.39% | - |
| XYZ | 5.5 | 2.81 | 1.55 | - |
| YUV | 33.43 | 126.63 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 0 | 31 | 0 | 1 | 0.69 | 0.61 | 341.4 | 1 | 0.2 |
| Hex | 64 | 0 | 1F | 0 | 64 | 45 | 3D | 155 | 64 | 14 |
| Octal | 144 | 0 | 37 | 0 | 144 | 105 | 75 | 525 | 144 | 24 |
| Binary | 1100100 | 0 | 11111 | 0 | 1100100 | 1000101 | 111101 | 101010101 | 1100100 | 10100 |
Color Harmonies of #64001F
Complementary color
Monochromatic Colors of #64001F
Black with #64001F
Text Example
Text Example
White with #64001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64001F; }
p { color: rgb(100,0,31); }
H1.HeaderClassName
{
color: #64001F;
}
.AnyTagClassName
{
color: #64001F;
}
</style>
background-color css
<style>
a { background-color: #64001F; }
a { background-color: rgb(100,0,31); }
div.DivClassName
{
background-color: #64001F;
}
.BgClassName
{
background-color: #64001F;
}
</style>
border-color css
<style>
span { border-color: #64001F; }
span { border-color: rgb(100,0,31); }
td.TdClassName
{
border-color: #64001F;
}
.TagClassName
{
border-color: #64001F;
}
</style>