Shades of Burgundy #64010D
Tints of Burgundy #64010D
RGB
CMYK
RGB Variations
Color information
#64010D (or 0x64010D) is known color: Burgundy. HEX triplet: 64, 01 and 0D. RGB value is (100,1,13). Sum of RGB (Red+Green+Blue) = 100+1+13=114 (15% of max value = 765). Red value is 100 (39.45% from 255 or 87.72% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 100 - color contains mainly: red. Hex color #64010D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64010D is #9BFEF2. Grayscale: #202020. Windows color (decimal): -10223347 or 852324. OLE color: 852324.
HSL color Cylindrical-coordinate representation of color #64010D: hue angle of 352.73º 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 #64010D is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 1 | 13 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.61 |
| HSL | 352.73º | 0.98% | 0.2% | - |
| HSV(B) | 352.73º | 0.99% | 0.39% | - |
| XYZ | 5.34 | 2.76 | 0.63 | - |
| YUV | 31.97 | 117.3 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 13 | 0 | 0.99 | 0.87 | 0.61 | 352.73 | 0.98 | 0.2 |
| Hex | 64 | 1 | D | 0 | 63 | 57 | 3D | 161 | 62 | 14 |
| Octal | 144 | 1 | 15 | 0 | 143 | 127 | 75 | 541 | 142 | 24 |
| Binary | 1100100 | 1 | 1101 | 0 | 1100011 | 1010111 | 111101 | 101100001 | 1100010 | 10100 |
Color Harmonies of #64010D
Complementary color
Monochromatic Colors of #64010D
Black with #64010D
Text Example
Text Example
White with #64010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64010D; }
p { color: rgb(100,1,13); }
H1.HeaderClassName
{
color: #64010D;
}
.AnyTagClassName
{
color: #64010D;
}
</style>
background-color css
<style>
a { background-color: #64010D; }
a { background-color: rgb(100,1,13); }
div.DivClassName
{
background-color: #64010D;
}
.BgClassName
{
background-color: #64010D;
}
</style>
border-color css
<style>
span { border-color: #64010D; }
span { border-color: rgb(100,1,13); }
td.TdClassName
{
border-color: #64010D;
}
.TagClassName
{
border-color: #64010D;
}
</style>