Shades of Burgundy #63010B
Tints of Burgundy #63010B
RGB
CMYK
RGB Variations
Color information
#63010B (or 0x63010B) is known color: Burgundy. HEX triplet: 63, 01 and 0B. RGB value is (99,1,11). Sum of RGB (Red+Green+Blue) = 99+1+11=111 (14% of max value = 765). Red value is 99 (39.06% from 255 or 89.19% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 99 - color contains mainly: red. Hex color #63010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63010B is #9CFEF4. Grayscale: #1F1F1F. Windows color (decimal): -10288885 or 721251. OLE color: 721251.
HSL color Cylindrical-coordinate representation of color #63010B: hue angle of 353.88º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #63010B is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.61 |
| HSL | 353.88º | 0.98% | 0.2% | - |
| HSV(B) | 353.88º | 0.99% | 0.39% | - |
| XYZ | 5.22 | 2.7 | 0.56 | - |
| YUV | 31.44 | 116.47 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 11 | 0 | 0.99 | 0.89 | 0.61 | 353.88 | 0.98 | 0.2 |
| Hex | 63 | 1 | B | 0 | 63 | 59 | 3D | 162 | 62 | 14 |
| Octal | 143 | 1 | 13 | 0 | 143 | 131 | 75 | 542 | 142 | 24 |
| Binary | 1100011 | 1 | 1011 | 0 | 1100011 | 1011001 | 111101 | 101100010 | 1100010 | 10100 |
Color Harmonies of #63010B
Complementary color
Monochromatic Colors of #63010B
Black with #63010B
Text Example
Text Example
White with #63010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63010B; }
p { color: rgb(99,1,11); }
H1.HeaderClassName
{
color: #63010B;
}
.AnyTagClassName
{
color: #63010B;
}
</style>
background-color css
<style>
a { background-color: #63010B; }
a { background-color: rgb(99,1,11); }
div.DivClassName
{
background-color: #63010B;
}
.BgClassName
{
background-color: #63010B;
}
</style>
border-color css
<style>
span { border-color: #63010B; }
span { border-color: rgb(99,1,11); }
td.TdClassName
{
border-color: #63010B;
}
.TagClassName
{
border-color: #63010B;
}
</style>