Shades of Burgundy #630010
Tints of Burgundy #630010
RGB
CMYK
RGB Variations
Color information
#630010 (or 0x630010) is known color: Burgundy. HEX triplet: 63, 00 and 10. RGB value is (99,0,16). Sum of RGB (Red+Green+Blue) = 99+0+16=115 (15% of max value = 765). Red value is 99 (39.06% from 255 or 86.09% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 99 - color contains mainly: red. Hex color #630010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630010 is #9CFFEF. Grayscale: #1F1F1F. Windows color (decimal): -10289136 or 1048675. OLE color: 1048675.
HSL color Cylindrical-coordinate representation of color #630010: hue angle of 350.3º 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 #630010 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.84 | 0.61 |
| HSL | 350.3º | 1% | 0.19% | - |
| HSV(B) | 350.3º | 1% | 0.39% | - |
| XYZ | 5.24 | 2.69 | 0.73 | - |
| YUV | 31.43 | 119.3 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 16 | 0 | 1 | 0.84 | 0.61 | 350.3 | 1 | 0.19 |
| Hex | 63 | 0 | 10 | 0 | 64 | 54 | 3D | 15E | 64 | 13 |
| Octal | 143 | 0 | 20 | 0 | 144 | 124 | 75 | 536 | 144 | 23 |
| Binary | 1100011 | 0 | 10000 | 0 | 1100100 | 1010100 | 111101 | 101011110 | 1100100 | 10011 |
Color Harmonies of #630010
Complementary color
Monochromatic Colors of #630010
Black with #630010
Text Example
Text Example
White with #630010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630010; }
p { color: rgb(99,0,16); }
H1.HeaderClassName
{
color: #630010;
}
.AnyTagClassName
{
color: #630010;
}
</style>
background-color css
<style>
a { background-color: #630010; }
a { background-color: rgb(99,0,16); }
div.DivClassName
{
background-color: #630010;
}
.BgClassName
{
background-color: #630010;
}
</style>
border-color css
<style>
span { border-color: #630010; }
span { border-color: rgb(99,0,16); }
td.TdClassName
{
border-color: #630010;
}
.TagClassName
{
border-color: #630010;
}
</style>