Shades of Burgundy #64031E
Tints of Burgundy #64031E
RGB
CMYK
RGB Variations
Color information
#64031E (or 0x64031E) is known color: Burgundy. HEX triplet: 64, 03 and 1E. RGB value is (100,3,30). Sum of RGB (Red+Green+Blue) = 100+3+30=133 (17% of max value = 765). Red value is 100 (39.45% from 255 or 75.19% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 100 - color contains mainly: red. Hex color #64031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64031E is #9BFCE1. Grayscale: #232323. Windows color (decimal): -10222818 or 1966948. OLE color: 1966948.
HSL color Cylindrical-coordinate representation of color #64031E: hue angle of 343.3º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64031E is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 3 | 30 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.61 |
| HSL | 343.3º | 0.94% | 0.2% | - |
| HSV(B) | 343.3º | 0.97% | 0.39% | - |
| XYZ | 5.52 | 2.87 | 1.49 | - |
| YUV | 35.08 | 125.14 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 30 | 0 | 0.97 | 0.70 | 0.61 | 343.3 | 0.94 | 0.2 |
| Hex | 64 | 3 | 1E | 0 | 61 | 46 | 3D | 157 | 5E | 14 |
| Octal | 144 | 3 | 36 | 0 | 141 | 106 | 75 | 527 | 136 | 24 |
| Binary | 1100100 | 11 | 11110 | 0 | 1100001 | 1000110 | 111101 | 101010111 | 1011110 | 10100 |
Color Harmonies of #64031E
Complementary color
Monochromatic Colors of #64031E
Black with #64031E
Text Example
Text Example
White with #64031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64031E; }
p { color: rgb(100,3,30); }
H1.HeaderClassName
{
color: #64031E;
}
.AnyTagClassName
{
color: #64031E;
}
</style>
background-color css
<style>
a { background-color: #64031E; }
a { background-color: rgb(100,3,30); }
div.DivClassName
{
background-color: #64031E;
}
.BgClassName
{
background-color: #64031E;
}
</style>
border-color css
<style>
span { border-color: #64031E; }
span { border-color: rgb(100,3,30); }
td.TdClassName
{
border-color: #64031E;
}
.TagClassName
{
border-color: #64031E;
}
</style>