Shades of Burgundy #630113
Tints of Burgundy #630113
RGB
CMYK
RGB Variations
Color information
#630113 (or 0x630113) is known color: Burgundy. HEX triplet: 63, 01 and 13. RGB value is (99,1,19). Sum of RGB (Red+Green+Blue) = 99+1+19=119 (15% of max value = 765). Red value is 99 (39.06% from 255 or 83.19% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 99 - color contains mainly: red. Hex color #630113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630113 is #9CFEEC. Grayscale: #202020. Windows color (decimal): -10288877 or 1245539. OLE color: 1245539.
HSL color Cylindrical-coordinate representation of color #630113: hue angle of 348.98º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630113 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 1 | 19 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.61 |
| HSL | 348.98º | 0.98% | 0.2% | - |
| HSV(B) | 348.98º | 0.99% | 0.39% | - |
| XYZ | 5.27 | 2.72 | 0.86 | - |
| YUV | 32.35 | 120.47 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 19 | 0 | 0.99 | 0.81 | 0.61 | 348.98 | 0.98 | 0.2 |
| Hex | 63 | 1 | 13 | 0 | 63 | 51 | 3D | 15D | 62 | 14 |
| Octal | 143 | 1 | 23 | 0 | 143 | 121 | 75 | 535 | 142 | 24 |
| Binary | 1100011 | 1 | 10011 | 0 | 1100011 | 1010001 | 111101 | 101011101 | 1100010 | 10100 |
Color Harmonies of #630113
Complementary color
Monochromatic Colors of #630113
Black with #630113
Text Example
Text Example
White with #630113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630113; }
p { color: rgb(99,1,19); }
H1.HeaderClassName
{
color: #630113;
}
.AnyTagClassName
{
color: #630113;
}
</style>
background-color css
<style>
a { background-color: #630113; }
a { background-color: rgb(99,1,19); }
div.DivClassName
{
background-color: #630113;
}
.BgClassName
{
background-color: #630113;
}
</style>
border-color css
<style>
span { border-color: #630113; }
span { border-color: rgb(99,1,19); }
td.TdClassName
{
border-color: #630113;
}
.TagClassName
{
border-color: #630113;
}
</style>