Shades of Burgundy #630124
Tints of Burgundy #630124
RGB
CMYK
RGB Variations
Color information
#630124 (or 0x630124) is known color: Burgundy. HEX triplet: 63, 01 and 24. RGB value is (99,1,36). Sum of RGB (Red+Green+Blue) = 99+1+36=136 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.79% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 99 - color contains mainly: red. Hex color #630124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630124 is #9CFEDB. Grayscale: #222222. Windows color (decimal): -10288860 or 2359651. OLE color: 2359651.
HSL color Cylindrical-coordinate representation of color #630124: hue angle of 338.57º 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 #630124 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 1 | 36 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.61 |
| HSL | 338.57º | 0.98% | 0.2% | - |
| HSV(B) | 338.57º | 0.99% | 0.39% | - |
| XYZ | 5.47 | 2.8 | 1.92 | - |
| YUV | 34.29 | 128.97 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 36 | 0 | 0.99 | 0.64 | 0.61 | 338.57 | 0.98 | 0.2 |
| Hex | 63 | 1 | 24 | 0 | 63 | 40 | 3D | 153 | 62 | 14 |
| Octal | 143 | 1 | 44 | 0 | 143 | 100 | 75 | 523 | 142 | 24 |
| Binary | 1100011 | 1 | 100100 | 0 | 1100011 | 1000000 | 111101 | 101010011 | 1100010 | 10100 |
Color Harmonies of #630124
Complementary color
Monochromatic Colors of #630124
Black with #630124
Text Example
Text Example
White with #630124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630124; }
p { color: rgb(99,1,36); }
H1.HeaderClassName
{
color: #630124;
}
.AnyTagClassName
{
color: #630124;
}
</style>
background-color css
<style>
a { background-color: #630124; }
a { background-color: rgb(99,1,36); }
div.DivClassName
{
background-color: #630124;
}
.BgClassName
{
background-color: #630124;
}
</style>
border-color css
<style>
span { border-color: #630124; }
span { border-color: rgb(99,1,36); }
td.TdClassName
{
border-color: #630124;
}
.TagClassName
{
border-color: #630124;
}
</style>