Shades of Burgundy #64031A
Tints of Burgundy #64031A
RGB
CMYK
RGB Variations
Color information
#64031A (or 0x64031A) is known color: Burgundy. HEX triplet: 64, 03 and 1A. RGB value is (100,3,26). Sum of RGB (Red+Green+Blue) = 100+3+26=129 (17% of max value = 765). Red value is 100 (39.45% from 255 or 77.52% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 100 - color contains mainly: red. Hex color #64031A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64031A is #9BFCE5. Grayscale: #222222. Windows color (decimal): -10222822 or 1704804. OLE color: 1704804.
HSL color Cylindrical-coordinate representation of color #64031A: hue angle of 345.77º 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 #64031A is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 3 | 26 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.61 |
| HSL | 345.77º | 0.94% | 0.2% | - |
| HSV(B) | 345.77º | 0.97% | 0.39% | - |
| XYZ | 5.47 | 2.85 | 1.24 | - |
| YUV | 34.63 | 123.14 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 26 | 0 | 0.97 | 0.74 | 0.61 | 345.77 | 0.94 | 0.2 |
| Hex | 64 | 3 | 1A | 0 | 61 | 4A | 3D | 15A | 5E | 14 |
| Octal | 144 | 3 | 32 | 0 | 141 | 112 | 75 | 532 | 136 | 24 |
| Binary | 1100100 | 11 | 11010 | 0 | 1100001 | 1001010 | 111101 | 101011010 | 1011110 | 10100 |
Color Harmonies of #64031A
Complementary color
Monochromatic Colors of #64031A
Black with #64031A
Text Example
Text Example
White with #64031A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64031A; }
p { color: rgb(100,3,26); }
H1.HeaderClassName
{
color: #64031A;
}
.AnyTagClassName
{
color: #64031A;
}
</style>
background-color css
<style>
a { background-color: #64031A; }
a { background-color: rgb(100,3,26); }
div.DivClassName
{
background-color: #64031A;
}
.BgClassName
{
background-color: #64031A;
}
</style>
border-color css
<style>
span { border-color: #64031A; }
span { border-color: rgb(100,3,26); }
td.TdClassName
{
border-color: #64031A;
}
.TagClassName
{
border-color: #64031A;
}
</style>