Shades of Burgundy #63001F
Tints of Burgundy #63001F
RGB
CMYK
RGB Variations
Color information
#63001F (or 0x63001F) is known color: Burgundy. HEX triplet: 63, 00 and 1F. RGB value is (99,0,31). Sum of RGB (Red+Green+Blue) = 99+0+31=130 (17% of max value = 765). Red value is 99 (39.06% from 255 or 76.15% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 99 - color contains mainly: red. Hex color #63001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63001F is #9CFFE0. Grayscale: #212121. Windows color (decimal): -10289121 or 2031715. OLE color: 2031715.
HSL color Cylindrical-coordinate representation of color #63001F: hue angle of 341.21º 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 #63001F is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.69 | 0.61 |
| HSL | 341.21º | 1% | 0.19% | - |
| HSV(B) | 341.21º | 1% | 0.39% | - |
| XYZ | 5.39 | 2.75 | 1.54 | - |
| YUV | 33.14 | 126.8 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 31 | 0 | 1 | 0.69 | 0.61 | 341.21 | 1 | 0.19 |
| Hex | 63 | 0 | 1F | 0 | 64 | 45 | 3D | 155 | 64 | 13 |
| Octal | 143 | 0 | 37 | 0 | 144 | 105 | 75 | 525 | 144 | 23 |
| Binary | 1100011 | 0 | 11111 | 0 | 1100100 | 1000101 | 111101 | 101010101 | 1100100 | 10011 |
Color Harmonies of #63001F
Complementary color
Monochromatic Colors of #63001F
Black with #63001F
Text Example
Text Example
White with #63001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63001F; }
p { color: rgb(99,0,31); }
H1.HeaderClassName
{
color: #63001F;
}
.AnyTagClassName
{
color: #63001F;
}
</style>
background-color css
<style>
a { background-color: #63001F; }
a { background-color: rgb(99,0,31); }
div.DivClassName
{
background-color: #63001F;
}
.BgClassName
{
background-color: #63001F;
}
</style>
border-color css
<style>
span { border-color: #63001F; }
span { border-color: rgb(99,0,31); }
td.TdClassName
{
border-color: #63001F;
}
.TagClassName
{
border-color: #63001F;
}
</style>