Shades of Burgundy #64031C
Tints of Burgundy #64031C
RGB
CMYK
RGB Variations
Color information
#64031C (or 0x64031C) is known color: Burgundy. HEX triplet: 64, 03 and 1C. RGB value is (100,3,28). Sum of RGB (Red+Green+Blue) = 100+3+28=131 (17% of max value = 765). Red value is 100 (39.45% from 255 or 76.34% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 100 - color contains mainly: red. Hex color #64031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64031C is #9BFCE3. Grayscale: #222222. Windows color (decimal): -10222820 or 1835876. OLE color: 1835876.
HSL color Cylindrical-coordinate representation of color #64031C: hue angle of 344.54º 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 #64031C is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 3 | 28 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.61 |
| HSL | 344.54º | 0.94% | 0.2% | - |
| HSV(B) | 344.54º | 0.97% | 0.39% | - |
| XYZ | 5.5 | 2.86 | 1.36 | - |
| YUV | 34.85 | 124.14 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 28 | 0 | 0.97 | 0.72 | 0.61 | 344.54 | 0.94 | 0.2 |
| Hex | 64 | 3 | 1C | 0 | 61 | 48 | 3D | 159 | 5E | 14 |
| Octal | 144 | 3 | 34 | 0 | 141 | 110 | 75 | 531 | 136 | 24 |
| Binary | 1100100 | 11 | 11100 | 0 | 1100001 | 1001000 | 111101 | 101011001 | 1011110 | 10100 |
Color Harmonies of #64031C
Complementary color
Monochromatic Colors of #64031C
Black with #64031C
Text Example
Text Example
White with #64031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64031C; }
p { color: rgb(100,3,28); }
H1.HeaderClassName
{
color: #64031C;
}
.AnyTagClassName
{
color: #64031C;
}
</style>
background-color css
<style>
a { background-color: #64031C; }
a { background-color: rgb(100,3,28); }
div.DivClassName
{
background-color: #64031C;
}
.BgClassName
{
background-color: #64031C;
}
</style>
border-color css
<style>
span { border-color: #64031C; }
span { border-color: rgb(100,3,28); }
td.TdClassName
{
border-color: #64031C;
}
.TagClassName
{
border-color: #64031C;
}
</style>