Shades of Burgundy #63010E
Tints of Burgundy #63010E
RGB
CMYK
RGB Variations
Color information
#63010E (or 0x63010E) is known color: Burgundy. HEX triplet: 63, 01 and 0E. RGB value is (99,1,14). Sum of RGB (Red+Green+Blue) = 99+1+14=114 (15% of max value = 765). Red value is 99 (39.06% from 255 or 86.84% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 99 - color contains mainly: red. Hex color #63010E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63010E is #9CFEF1. Grayscale: #1F1F1F. Windows color (decimal): -10288882 or 917859. OLE color: 917859.
HSL color Cylindrical-coordinate representation of color #63010E: hue angle of 352.04º 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 #63010E is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.61 |
| HSL | 352.04º | 0.98% | 0.2% | - |
| HSV(B) | 352.04º | 0.99% | 0.39% | - |
| XYZ | 5.24 | 2.71 | 0.66 | - |
| YUV | 31.78 | 117.97 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 14 | 0 | 0.99 | 0.86 | 0.61 | 352.04 | 0.98 | 0.2 |
| Hex | 63 | 1 | E | 0 | 63 | 56 | 3D | 160 | 62 | 14 |
| Octal | 143 | 1 | 16 | 0 | 143 | 126 | 75 | 540 | 142 | 24 |
| Binary | 1100011 | 1 | 1110 | 0 | 1100011 | 1010110 | 111101 | 101100000 | 1100010 | 10100 |
Color Harmonies of #63010E
Complementary color
Monochromatic Colors of #63010E
Black with #63010E
Text Example
Text Example
White with #63010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63010E; }
p { color: rgb(99,1,14); }
H1.HeaderClassName
{
color: #63010E;
}
.AnyTagClassName
{
color: #63010E;
}
</style>
background-color css
<style>
a { background-color: #63010E; }
a { background-color: rgb(99,1,14); }
div.DivClassName
{
background-color: #63010E;
}
.BgClassName
{
background-color: #63010E;
}
</style>
border-color css
<style>
span { border-color: #63010E; }
span { border-color: rgb(99,1,14); }
td.TdClassName
{
border-color: #63010E;
}
.TagClassName
{
border-color: #63010E;
}
</style>