Shades of Burgundy #63010C
Tints of Burgundy #63010C
RGB
CMYK
RGB Variations
Color information
#63010C (or 0x63010C) is known color: Burgundy. HEX triplet: 63, 01 and 0C. RGB value is (99,1,12). Sum of RGB (Red+Green+Blue) = 99+1+12=112 (14% of max value = 765). Red value is 99 (39.06% from 255 or 88.39% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 99 - color contains mainly: red. Hex color #63010C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63010C is #9CFEF3. Grayscale: #1F1F1F. Windows color (decimal): -10288884 or 786787. OLE color: 786787.
HSL color Cylindrical-coordinate representation of color #63010C: hue angle of 353.27º 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 #63010C is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.61 |
| HSL | 353.27º | 0.98% | 0.2% | - |
| HSV(B) | 353.27º | 0.99% | 0.39% | - |
| XYZ | 5.22 | 2.7 | 0.59 | - |
| YUV | 31.56 | 116.97 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 12 | 0 | 0.99 | 0.88 | 0.61 | 353.27 | 0.98 | 0.2 |
| Hex | 63 | 1 | C | 0 | 63 | 58 | 3D | 161 | 62 | 14 |
| Octal | 143 | 1 | 14 | 0 | 143 | 130 | 75 | 541 | 142 | 24 |
| Binary | 1100011 | 1 | 1100 | 0 | 1100011 | 1011000 | 111101 | 101100001 | 1100010 | 10100 |
Color Harmonies of #63010C
Complementary color
Monochromatic Colors of #63010C
Black with #63010C
Text Example
Text Example
White with #63010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63010C; }
p { color: rgb(99,1,12); }
H1.HeaderClassName
{
color: #63010C;
}
.AnyTagClassName
{
color: #63010C;
}
</style>
background-color css
<style>
a { background-color: #63010C; }
a { background-color: rgb(99,1,12); }
div.DivClassName
{
background-color: #63010C;
}
.BgClassName
{
background-color: #63010C;
}
</style>
border-color css
<style>
span { border-color: #63010C; }
span { border-color: rgb(99,1,12); }
td.TdClassName
{
border-color: #63010C;
}
.TagClassName
{
border-color: #63010C;
}
</style>