Shades of Burgundy #630115
Tints of Burgundy #630115
RGB
CMYK
RGB Variations
Color information
#630115 (or 0x630115) is known color: Burgundy. HEX triplet: 63, 01 and 15. RGB value is (99,1,21). Sum of RGB (Red+Green+Blue) = 99+1+21=121 (16% of max value = 765). Red value is 99 (39.06% from 255 or 81.82% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 99 - color contains mainly: red. Hex color #630115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630115 is #9CFEEA. Grayscale: #202020. Windows color (decimal): -10288875 or 1376611. OLE color: 1376611.
HSL color Cylindrical-coordinate representation of color #630115: hue angle of 347.76º 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 #630115 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 1 | 21 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.61 |
| HSL | 347.76º | 0.98% | 0.2% | - |
| HSV(B) | 347.76º | 0.99% | 0.39% | - |
| XYZ | 5.29 | 2.73 | 0.96 | - |
| YUV | 32.58 | 121.47 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 21 | 0 | 0.99 | 0.79 | 0.61 | 347.76 | 0.98 | 0.2 |
| Hex | 63 | 1 | 15 | 0 | 63 | 4F | 3D | 15C | 62 | 14 |
| Octal | 143 | 1 | 25 | 0 | 143 | 117 | 75 | 534 | 142 | 24 |
| Binary | 1100011 | 1 | 10101 | 0 | 1100011 | 1001111 | 111101 | 101011100 | 1100010 | 10100 |
Color Harmonies of #630115
Complementary color
Monochromatic Colors of #630115
Black with #630115
Text Example
Text Example
White with #630115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630115; }
p { color: rgb(99,1,21); }
H1.HeaderClassName
{
color: #630115;
}
.AnyTagClassName
{
color: #630115;
}
</style>
background-color css
<style>
a { background-color: #630115; }
a { background-color: rgb(99,1,21); }
div.DivClassName
{
background-color: #630115;
}
.BgClassName
{
background-color: #630115;
}
</style>
border-color css
<style>
span { border-color: #630115; }
span { border-color: rgb(99,1,21); }
td.TdClassName
{
border-color: #630115;
}
.TagClassName
{
border-color: #630115;
}
</style>