Shades of Burgundy #630006
Tints of Burgundy #630006
RGB
CMYK
RGB Variations
Color information
#630006 (or 0x630006) is known color: Burgundy. HEX triplet: 63, 00 and 06. RGB value is (99,0,6). Sum of RGB (Red+Green+Blue) = 99+0+6=105 (13% of max value = 765). Red value is 99 (39.06% from 255 or 94.29% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 99 - color contains mainly: red. Hex color #630006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630006 is #9CFFF9. Grayscale: #1E1E1E. Windows color (decimal): -10289146 or 393315. OLE color: 393315.
HSL color Cylindrical-coordinate representation of color #630006: hue angle of 356.36º 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 #630006 is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.94 | 0.61 |
| HSL | 356.36º | 1% | 0.19% | - |
| HSV(B) | 356.36º | 1% | 0.39% | - |
| XYZ | 5.18 | 2.67 | 0.41 | - |
| YUV | 30.29 | 114.3 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 6 | 0 | 1 | 0.94 | 0.61 | 356.36 | 1 | 0.19 |
| Hex | 63 | 0 | 6 | 0 | 64 | 5E | 3D | 164 | 64 | 13 |
| Octal | 143 | 0 | 6 | 0 | 144 | 136 | 75 | 544 | 144 | 23 |
| Binary | 1100011 | 0 | 110 | 0 | 1100100 | 1011110 | 111101 | 101100100 | 1100100 | 10011 |
Color Harmonies of #630006
Complementary color
Monochromatic Colors of #630006
Black with #630006
Text Example
Text Example
White with #630006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630006; }
p { color: rgb(99,0,6); }
H1.HeaderClassName
{
color: #630006;
}
.AnyTagClassName
{
color: #630006;
}
</style>
background-color css
<style>
a { background-color: #630006; }
a { background-color: rgb(99,0,6); }
div.DivClassName
{
background-color: #630006;
}
.BgClassName
{
background-color: #630006;
}
</style>
border-color css
<style>
span { border-color: #630006; }
span { border-color: rgb(99,0,6); }
td.TdClassName
{
border-color: #630006;
}
.TagClassName
{
border-color: #630006;
}
</style>