Shades of Burgundy #63001C
Tints of Burgundy #63001C
RGB
CMYK
RGB Variations
Color information
#63001C (or 0x63001C) is known color: Burgundy. HEX triplet: 63, 00 and 1C. RGB value is (99,0,28). Sum of RGB (Red+Green+Blue) = 99+0+28=127 (16% of max value = 765). Red value is 99 (39.06% from 255 or 77.95% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 99 - color contains mainly: red. Hex color #63001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63001C is #9CFFE3. Grayscale: #202020. Windows color (decimal): -10289124 or 1835107. OLE color: 1835107.
HSL color Cylindrical-coordinate representation of color #63001C: hue angle of 343.03º 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 #63001C is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.72 | 0.61 |
| HSL | 343.03º | 1% | 0.19% | - |
| HSV(B) | 343.03º | 1% | 0.39% | - |
| XYZ | 5.36 | 2.74 | 1.34 | - |
| YUV | 32.79 | 125.3 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 28 | 0 | 1 | 0.72 | 0.61 | 343.03 | 1 | 0.19 |
| Hex | 63 | 0 | 1C | 0 | 64 | 48 | 3D | 157 | 64 | 13 |
| Octal | 143 | 0 | 34 | 0 | 144 | 110 | 75 | 527 | 144 | 23 |
| Binary | 1100011 | 0 | 11100 | 0 | 1100100 | 1001000 | 111101 | 101010111 | 1100100 | 10011 |
Color Harmonies of #63001C
Complementary color
Monochromatic Colors of #63001C
Black with #63001C
Text Example
Text Example
White with #63001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63001C; }
p { color: rgb(99,0,28); }
H1.HeaderClassName
{
color: #63001C;
}
.AnyTagClassName
{
color: #63001C;
}
</style>
background-color css
<style>
a { background-color: #63001C; }
a { background-color: rgb(99,0,28); }
div.DivClassName
{
background-color: #63001C;
}
.BgClassName
{
background-color: #63001C;
}
</style>
border-color css
<style>
span { border-color: #63001C; }
span { border-color: rgb(99,0,28); }
td.TdClassName
{
border-color: #63001C;
}
.TagClassName
{
border-color: #63001C;
}
</style>