Shades of Burgundy #630003
Tints of Burgundy #630003
RGB
CMYK
RGB Variations
Color information
#630003 (or 0x630003) is known color: Burgundy. HEX triplet: 63, 00 and 03. RGB value is (99,0,3). Sum of RGB (Red+Green+Blue) = 99+0+3=102 (13% of max value = 765). Red value is 99 (39.06% from 255 or 97.06% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 99 - color contains mainly: red. Hex color #630003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630003 is #9CFFFC. Grayscale: #1E1E1E. Windows color (decimal): -10289149 or 196707. OLE color: 196707.
HSL color Cylindrical-coordinate representation of color #630003: hue angle of 358.18º 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 #630003 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.97 | 0.61 |
| HSL | 358.18º | 1% | 0.19% | - |
| HSV(B) | 358.18º | 1% | 0.39% | - |
| XYZ | 5.16 | 2.66 | 0.33 | - |
| YUV | 29.94 | 112.8 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 3 | 0 | 1 | 0.97 | 0.61 | 358.18 | 1 | 0.19 |
| Hex | 63 | 0 | 3 | 0 | 64 | 61 | 3D | 166 | 64 | 13 |
| Octal | 143 | 0 | 3 | 0 | 144 | 141 | 75 | 546 | 144 | 23 |
| Binary | 1100011 | 0 | 11 | 0 | 1100100 | 1100001 | 111101 | 101100110 | 1100100 | 10011 |
Color Harmonies of #630003
Complementary color
Monochromatic Colors of #630003
Black with #630003
Text Example
Text Example
White with #630003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630003; }
p { color: rgb(99,0,3); }
H1.HeaderClassName
{
color: #630003;
}
.AnyTagClassName
{
color: #630003;
}
</style>
background-color css
<style>
a { background-color: #630003; }
a { background-color: rgb(99,0,3); }
div.DivClassName
{
background-color: #630003;
}
.BgClassName
{
background-color: #630003;
}
</style>
border-color css
<style>
span { border-color: #630003; }
span { border-color: rgb(99,0,3); }
td.TdClassName
{
border-color: #630003;
}
.TagClassName
{
border-color: #630003;
}
</style>