Shades of Burgundy #64000F
Tints of Burgundy #64000F
RGB
CMYK
RGB Variations
Color information
#64000F (or 0x64000F) is known color: Burgundy. HEX triplet: 64, 00 and 0F. RGB value is (100,0,15). Sum of RGB (Red+Green+Blue) = 100+0+15=115 (15% of max value = 765). Red value is 100 (39.45% from 255 or 86.96% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 100 - color contains mainly: red. Hex color #64000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64000F is #9BFFF0. Grayscale: #1F1F1F. Windows color (decimal): -10223601 or 983140. OLE color: 983140.
HSL color Cylindrical-coordinate representation of color #64000F: hue angle of 351º 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 #64000F is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.85 | 0.61 |
| HSL | 351º | 1% | 0.2% | - |
| HSV(B) | 351º | 1% | 0.39% | - |
| XYZ | 5.34 | 2.74 | 0.7 | - |
| YUV | 31.61 | 118.63 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 0 | 15 | 0 | 1 | 0.85 | 0.61 | 351 | 1 | 0.2 |
| Hex | 64 | 0 | F | 0 | 64 | 55 | 3D | 15F | 64 | 14 |
| Octal | 144 | 0 | 17 | 0 | 144 | 125 | 75 | 537 | 144 | 24 |
| Binary | 1100100 | 0 | 1111 | 0 | 1100100 | 1010101 | 111101 | 101011111 | 1100100 | 10100 |
Color Harmonies of #64000F
Complementary color
Monochromatic Colors of #64000F
Black with #64000F
Text Example
Text Example
White with #64000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64000F; }
p { color: rgb(100,0,15); }
H1.HeaderClassName
{
color: #64000F;
}
.AnyTagClassName
{
color: #64000F;
}
</style>
background-color css
<style>
a { background-color: #64000F; }
a { background-color: rgb(100,0,15); }
div.DivClassName
{
background-color: #64000F;
}
.BgClassName
{
background-color: #64000F;
}
</style>
border-color css
<style>
span { border-color: #64000F; }
span { border-color: rgb(100,0,15); }
td.TdClassName
{
border-color: #64000F;
}
.TagClassName
{
border-color: #64000F;
}
</style>