Shades of Burgundy #64000C
Tints of Burgundy #64000C
RGB
CMYK
RGB Variations
Color information
#64000C (or 0x64000C) is known color: Burgundy. HEX triplet: 64, 00 and 0C. RGB value is (100,0,12). Sum of RGB (Red+Green+Blue) = 100+0+12=112 (14% of max value = 765). Red value is 100 (39.45% from 255 or 89.29% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 100 - color contains mainly: red. Hex color #64000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64000C is #9BFFF3. Grayscale: #1F1F1F. Windows color (decimal): -10223604 or 786532. OLE color: 786532.
HSL color Cylindrical-coordinate representation of color #64000C: hue angle of 352.8º 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 #64000C is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.88 | 0.61 |
| HSL | 352.8º | 1% | 0.2% | - |
| HSV(B) | 352.8º | 1% | 0.39% | - |
| XYZ | 5.32 | 2.74 | 0.6 | - |
| YUV | 31.27 | 117.13 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 0 | 12 | 0 | 1 | 0.88 | 0.61 | 352.8 | 1 | 0.2 |
| Hex | 64 | 0 | C | 0 | 64 | 58 | 3D | 161 | 64 | 14 |
| Octal | 144 | 0 | 14 | 0 | 144 | 130 | 75 | 541 | 144 | 24 |
| Binary | 1100100 | 0 | 1100 | 0 | 1100100 | 1011000 | 111101 | 101100001 | 1100100 | 10100 |
Color Harmonies of #64000C
Complementary color
Monochromatic Colors of #64000C
Black with #64000C
Text Example
Text Example
White with #64000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64000C; }
p { color: rgb(100,0,12); }
H1.HeaderClassName
{
color: #64000C;
}
.AnyTagClassName
{
color: #64000C;
}
</style>
background-color css
<style>
a { background-color: #64000C; }
a { background-color: rgb(100,0,12); }
div.DivClassName
{
background-color: #64000C;
}
.BgClassName
{
background-color: #64000C;
}
</style>
border-color css
<style>
span { border-color: #64000C; }
span { border-color: rgb(100,0,12); }
td.TdClassName
{
border-color: #64000C;
}
.TagClassName
{
border-color: #64000C;
}
</style>