Shades of Burgundy #630014
Tints of Burgundy #630014
RGB
CMYK
RGB Variations
Color information
#630014 (or 0x630014) is known color: Burgundy. HEX triplet: 63, 00 and 14. RGB value is (99,0,20). Sum of RGB (Red+Green+Blue) = 99+0+20=119 (15% of max value = 765). Red value is 99 (39.06% from 255 or 83.19% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 99 - color contains mainly: red. Hex color #630014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630014 is #9CFFEB. Grayscale: #1F1F1F. Windows color (decimal): -10289132 or 1310819. OLE color: 1310819.
HSL color Cylindrical-coordinate representation of color #630014: hue angle of 347.88º 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 #630014 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 0 | 20 | - |
| CMYK | 0 | 1 | 0.80 | 0.61 |
| HSL | 347.88º | 1% | 0.19% | - |
| HSV(B) | 347.88º | 1% | 0.39% | - |
| XYZ | 5.27 | 2.7 | 0.91 | - |
| YUV | 31.88 | 121.3 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 20 | 0 | 1 | 0.80 | 0.61 | 347.88 | 1 | 0.19 |
| Hex | 63 | 0 | 14 | 0 | 64 | 50 | 3D | 15C | 64 | 13 |
| Octal | 143 | 0 | 24 | 0 | 144 | 120 | 75 | 534 | 144 | 23 |
| Binary | 1100011 | 0 | 10100 | 0 | 1100100 | 1010000 | 111101 | 101011100 | 1100100 | 10011 |
Color Harmonies of #630014
Complementary color
Monochromatic Colors of #630014
Black with #630014
Text Example
Text Example
White with #630014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630014; }
p { color: rgb(99,0,20); }
H1.HeaderClassName
{
color: #630014;
}
.AnyTagClassName
{
color: #630014;
}
</style>
background-color css
<style>
a { background-color: #630014; }
a { background-color: rgb(99,0,20); }
div.DivClassName
{
background-color: #630014;
}
.BgClassName
{
background-color: #630014;
}
</style>
border-color css
<style>
span { border-color: #630014; }
span { border-color: rgb(99,0,20); }
td.TdClassName
{
border-color: #630014;
}
.TagClassName
{
border-color: #630014;
}
</style>