Shades of Burgundy #64010F
Tints of Burgundy #64010F
RGB
CMYK
RGB Variations
Color information
#64010F (or 0x64010F) is known color: Burgundy. HEX triplet: 64, 01 and 0F. RGB value is (100,1,15). Sum of RGB (Red+Green+Blue) = 100+1+15=116 (15% of max value = 765). Red value is 100 (39.45% from 255 or 86.21% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 100 - color contains mainly: red. Hex color #64010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64010F is #9BFEF0. Grayscale: #202020. Windows color (decimal): -10223345 or 983396. OLE color: 983396.
HSL color Cylindrical-coordinate representation of color #64010F: hue angle of 351.52º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64010F is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 1 | 15 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.61 |
| HSL | 351.52º | 0.98% | 0.2% | - |
| HSV(B) | 351.52º | 0.99% | 0.39% | - |
| XYZ | 5.35 | 2.77 | 0.7 | - |
| YUV | 32.2 | 118.3 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 15 | 0 | 0.99 | 0.85 | 0.61 | 351.52 | 0.98 | 0.2 |
| Hex | 64 | 1 | F | 0 | 63 | 55 | 3D | 160 | 62 | 14 |
| Octal | 144 | 1 | 17 | 0 | 143 | 125 | 75 | 540 | 142 | 24 |
| Binary | 1100100 | 1 | 1111 | 0 | 1100011 | 1010101 | 111101 | 101100000 | 1100010 | 10100 |
Color Harmonies of #64010F
Complementary color
Monochromatic Colors of #64010F
Black with #64010F
Text Example
Text Example
White with #64010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64010F; }
p { color: rgb(100,1,15); }
H1.HeaderClassName
{
color: #64010F;
}
.AnyTagClassName
{
color: #64010F;
}
</style>
background-color css
<style>
a { background-color: #64010F; }
a { background-color: rgb(100,1,15); }
div.DivClassName
{
background-color: #64010F;
}
.BgClassName
{
background-color: #64010F;
}
</style>
border-color css
<style>
span { border-color: #64010F; }
span { border-color: rgb(100,1,15); }
td.TdClassName
{
border-color: #64010F;
}
.TagClassName
{
border-color: #64010F;
}
</style>