Shades of Burgundy #63000F
Tints of Burgundy #63000F
RGB
CMYK
RGB Variations
Color information
#63000F (or 0x63000F) is known color: Burgundy. HEX triplet: 63, 00 and 0F. RGB value is (99,0,15). Sum of RGB (Red+Green+Blue) = 99+0+15=114 (15% of max value = 765). Red value is 99 (39.06% from 255 or 86.84% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 99 - color contains mainly: red. Hex color #63000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63000F is #9CFFF0. Grayscale: #1F1F1F. Windows color (decimal): -10289137 or 983139. OLE color: 983139.
HSL color Cylindrical-coordinate representation of color #63000F: hue angle of 350.91º 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 #63000F is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.85 | 0.61 |
| HSL | 350.91º | 1% | 0.19% | - |
| HSV(B) | 350.91º | 1% | 0.39% | - |
| XYZ | 5.23 | 2.69 | 0.69 | - |
| YUV | 31.31 | 118.8 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 15 | 0 | 1 | 0.85 | 0.61 | 350.91 | 1 | 0.19 |
| Hex | 63 | 0 | F | 0 | 64 | 55 | 3D | 15F | 64 | 13 |
| Octal | 143 | 0 | 17 | 0 | 144 | 125 | 75 | 537 | 144 | 23 |
| Binary | 1100011 | 0 | 1111 | 0 | 1100100 | 1010101 | 111101 | 101011111 | 1100100 | 10011 |
Color Harmonies of #63000F
Complementary color
Monochromatic Colors of #63000F
Black with #63000F
Text Example
Text Example
White with #63000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63000F; }
p { color: rgb(99,0,15); }
H1.HeaderClassName
{
color: #63000F;
}
.AnyTagClassName
{
color: #63000F;
}
</style>
background-color css
<style>
a { background-color: #63000F; }
a { background-color: rgb(99,0,15); }
div.DivClassName
{
background-color: #63000F;
}
.BgClassName
{
background-color: #63000F;
}
</style>
border-color css
<style>
span { border-color: #63000F; }
span { border-color: rgb(99,0,15); }
td.TdClassName
{
border-color: #63000F;
}
.TagClassName
{
border-color: #63000F;
}
</style>