Shades of Burgundy #630019
Tints of Burgundy #630019
RGB
CMYK
RGB Variations
Color information
#630019 (or 0x630019) is known color: Burgundy. HEX triplet: 63, 00 and 19. RGB value is (99,0,25). Sum of RGB (Red+Green+Blue) = 99+0+25=124 (16% of max value = 765). Red value is 99 (39.06% from 255 or 79.84% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 99 - color contains mainly: red. Hex color #630019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630019 is #9CFFE6. Grayscale: #202020. Windows color (decimal): -10289127 or 1638499. OLE color: 1638499.
HSL color Cylindrical-coordinate representation of color #630019: hue angle of 344.85º 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 #630019 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.75 | 0.61 |
| HSL | 344.85º | 1% | 0.19% | - |
| HSV(B) | 344.85º | 1% | 0.39% | - |
| XYZ | 5.32 | 2.72 | 1.16 | - |
| YUV | 32.45 | 123.8 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 25 | 0 | 1 | 0.75 | 0.61 | 344.85 | 1 | 0.19 |
| Hex | 63 | 0 | 19 | 0 | 64 | 4B | 3D | 159 | 64 | 13 |
| Octal | 143 | 0 | 31 | 0 | 144 | 113 | 75 | 531 | 144 | 23 |
| Binary | 1100011 | 0 | 11001 | 0 | 1100100 | 1001011 | 111101 | 101011001 | 1100100 | 10011 |
Color Harmonies of #630019
Complementary color
Monochromatic Colors of #630019
Black with #630019
Text Example
Text Example
White with #630019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630019; }
p { color: rgb(99,0,25); }
H1.HeaderClassName
{
color: #630019;
}
.AnyTagClassName
{
color: #630019;
}
</style>
background-color css
<style>
a { background-color: #630019; }
a { background-color: rgb(99,0,25); }
div.DivClassName
{
background-color: #630019;
}
.BgClassName
{
background-color: #630019;
}
</style>
border-color css
<style>
span { border-color: #630019; }
span { border-color: rgb(99,0,25); }
td.TdClassName
{
border-color: #630019;
}
.TagClassName
{
border-color: #630019;
}
</style>