Shades of Burgundy #630004
Tints of Burgundy #630004
RGB
CMYK
RGB Variations
Color information
#630004 (or 0x630004) is known color: Burgundy. HEX triplet: 63, 00 and 04. RGB value is (99,0,4). Sum of RGB (Red+Green+Blue) = 99+0+4=103 (13% of max value = 765). Red value is 99 (39.06% from 255 or 96.12% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 4 (1.95% from 255 or 3.88% from 103); Max value from RGB is 99 - color contains mainly: red. Hex color #630004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630004 is #9CFFFB. Grayscale: #1E1E1E. Windows color (decimal): -10289148 or 262243. OLE color: 262243.
HSL color Cylindrical-coordinate representation of color #630004: hue angle of 357.58º 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 #630004 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.96 | 0.61 |
| HSL | 357.58º | 1% | 0.19% | - |
| HSV(B) | 357.58º | 1% | 0.39% | - |
| XYZ | 5.17 | 2.66 | 0.36 | - |
| YUV | 30.06 | 113.3 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 4 | 0 | 1 | 0.96 | 0.61 | 357.58 | 1 | 0.19 |
| Hex | 63 | 0 | 4 | 0 | 64 | 60 | 3D | 166 | 64 | 13 |
| Octal | 143 | 0 | 4 | 0 | 144 | 140 | 75 | 546 | 144 | 23 |
| Binary | 1100011 | 0 | 100 | 0 | 1100100 | 1100000 | 111101 | 101100110 | 1100100 | 10011 |
Color Harmonies of #630004
Complementary color
Monochromatic Colors of #630004
Black with #630004
Text Example
Text Example
White with #630004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630004; }
p { color: rgb(99,0,4); }
H1.HeaderClassName
{
color: #630004;
}
.AnyTagClassName
{
color: #630004;
}
</style>
background-color css
<style>
a { background-color: #630004; }
a { background-color: rgb(99,0,4); }
div.DivClassName
{
background-color: #630004;
}
.BgClassName
{
background-color: #630004;
}
</style>
border-color css
<style>
span { border-color: #630004; }
span { border-color: rgb(99,0,4); }
td.TdClassName
{
border-color: #630004;
}
.TagClassName
{
border-color: #630004;
}
</style>