Shades of Burgundy #63000B
Tints of Burgundy #63000B
RGB
CMYK
RGB Variations
Color information
#63000B (or 0x63000B) is known color: Burgundy. HEX triplet: 63, 00 and 0B. RGB value is (99,0,11). Sum of RGB (Red+Green+Blue) = 99+0+11=110 (14% of max value = 765). Red value is 99 (39.06% from 255 or 90% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 99 - color contains mainly: red. Hex color #63000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63000B is #9CFFF4. Grayscale: #1E1E1E. Windows color (decimal): -10289141 or 720995. OLE color: 720995.
HSL color Cylindrical-coordinate representation of color #63000B: hue angle of 353.33º 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 #63000B is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.89 | 0.61 |
| HSL | 353.33º | 1% | 0.19% | - |
| HSV(B) | 353.33º | 1% | 0.39% | - |
| XYZ | 5.21 | 2.68 | 0.56 | - |
| YUV | 30.86 | 116.8 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 11 | 0 | 1 | 0.89 | 0.61 | 353.33 | 1 | 0.19 |
| Hex | 63 | 0 | B | 0 | 64 | 59 | 3D | 161 | 64 | 13 |
| Octal | 143 | 0 | 13 | 0 | 144 | 131 | 75 | 541 | 144 | 23 |
| Binary | 1100011 | 0 | 1011 | 0 | 1100100 | 1011001 | 111101 | 101100001 | 1100100 | 10011 |
Color Harmonies of #63000B
Complementary color
Monochromatic Colors of #63000B
Black with #63000B
Text Example
Text Example
White with #63000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63000B; }
p { color: rgb(99,0,11); }
H1.HeaderClassName
{
color: #63000B;
}
.AnyTagClassName
{
color: #63000B;
}
</style>
background-color css
<style>
a { background-color: #63000B; }
a { background-color: rgb(99,0,11); }
div.DivClassName
{
background-color: #63000B;
}
.BgClassName
{
background-color: #63000B;
}
</style>
border-color css
<style>
span { border-color: #63000B; }
span { border-color: rgb(99,0,11); }
td.TdClassName
{
border-color: #63000B;
}
.TagClassName
{
border-color: #63000B;
}
</style>