Shades of Burgundy #63000E
Tints of Burgundy #63000E
RGB
CMYK
RGB Variations
Color information
#63000E (or 0x63000E) is known color: Burgundy. HEX triplet: 63, 00 and 0E. RGB value is (99,0,14). Sum of RGB (Red+Green+Blue) = 99+0+14=113 (14% of max value = 765). Red value is 99 (39.06% from 255 or 87.61% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 99 - color contains mainly: red. Hex color #63000E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63000E is #9CFFF1. Grayscale: #1F1F1F. Windows color (decimal): -10289138 or 917603. OLE color: 917603.
HSL color Cylindrical-coordinate representation of color #63000E: hue angle of 351.52º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #63000E is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.86 | 0.61 |
| HSL | 351.52º | 1% | 0.19% | - |
| HSV(B) | 351.52º | 1% | 0.39% | - |
| XYZ | 5.22 | 2.68 | 0.66 | - |
| YUV | 31.2 | 118.3 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 14 | 0 | 1 | 0.86 | 0.61 | 351.52 | 1 | 0.19 |
| Hex | 63 | 0 | E | 0 | 64 | 56 | 3D | 160 | 64 | 13 |
| Octal | 143 | 0 | 16 | 0 | 144 | 126 | 75 | 540 | 144 | 23 |
| Binary | 1100011 | 0 | 1110 | 0 | 1100100 | 1010110 | 111101 | 101100000 | 1100100 | 10011 |
Color Harmonies of #63000E
Complementary color
Monochromatic Colors of #63000E
Black with #63000E
Text Example
Text Example
White with #63000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63000E; }
p { color: rgb(99,0,14); }
H1.HeaderClassName
{
color: #63000E;
}
.AnyTagClassName
{
color: #63000E;
}
</style>
background-color css
<style>
a { background-color: #63000E; }
a { background-color: rgb(99,0,14); }
div.DivClassName
{
background-color: #63000E;
}
.BgClassName
{
background-color: #63000E;
}
</style>
border-color css
<style>
span { border-color: #63000E; }
span { border-color: rgb(99,0,14); }
td.TdClassName
{
border-color: #63000E;
}
.TagClassName
{
border-color: #63000E;
}
</style>