Shades of Burgundy #63010A
Tints of Burgundy #63010A
RGB
CMYK
RGB Variations
Color information
#63010A (or 0x63010A) is known color: Burgundy. HEX triplet: 63, 01 and 0A. RGB value is (99,1,10). Sum of RGB (Red+Green+Blue) = 99+1+10=110 (14% of max value = 765). Red value is 99 (39.06% from 255 or 90% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 99 - color contains mainly: red. Hex color #63010A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63010A is #9CFEF5. Grayscale: #1F1F1F. Windows color (decimal): -10288886 or 655715. OLE color: 655715.
HSL color Cylindrical-coordinate representation of color #63010A: hue angle of 354.49º 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 #63010A is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 1 | 10 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.61 |
| HSL | 354.49º | 0.98% | 0.2% | - |
| HSV(B) | 354.49º | 0.99% | 0.39% | - |
| XYZ | 5.21 | 2.7 | 0.53 | - |
| YUV | 31.33 | 115.97 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 10 | 0 | 0.99 | 0.90 | 0.61 | 354.49 | 0.98 | 0.2 |
| Hex | 63 | 1 | A | 0 | 63 | 5A | 3D | 162 | 62 | 14 |
| Octal | 143 | 1 | 12 | 0 | 143 | 132 | 75 | 542 | 142 | 24 |
| Binary | 1100011 | 1 | 1010 | 0 | 1100011 | 1011010 | 111101 | 101100010 | 1100010 | 10100 |
Color Harmonies of #63010A
Complementary color
Monochromatic Colors of #63010A
Black with #63010A
Text Example
Text Example
White with #63010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63010A; }
p { color: rgb(99,1,10); }
H1.HeaderClassName
{
color: #63010A;
}
.AnyTagClassName
{
color: #63010A;
}
</style>
background-color css
<style>
a { background-color: #63010A; }
a { background-color: rgb(99,1,10); }
div.DivClassName
{
background-color: #63010A;
}
.BgClassName
{
background-color: #63010A;
}
</style>
border-color css
<style>
span { border-color: #63010A; }
span { border-color: rgb(99,1,10); }
td.TdClassName
{
border-color: #63010A;
}
.TagClassName
{
border-color: #63010A;
}
</style>