Shades of Burgundy #630120
Tints of Burgundy #630120
RGB
CMYK
RGB Variations
Color information
#630120 (or 0x630120) is known color: Burgundy. HEX triplet: 63, 01 and 20. RGB value is (99,1,32). Sum of RGB (Red+Green+Blue) = 99+1+32=132 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 99 - color contains mainly: red. Hex color #630120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630120 is #9CFEDF. Grayscale: #212121. Windows color (decimal): -10288864 or 2097507. OLE color: 2097507.
HSL color Cylindrical-coordinate representation of color #630120: hue angle of 341.02º 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 #630120 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 1 | 32 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.61 |
| HSL | 341.02º | 0.98% | 0.2% | - |
| HSV(B) | 341.02º | 0.99% | 0.39% | - |
| XYZ | 5.42 | 2.78 | 1.62 | - |
| YUV | 33.84 | 126.97 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 32 | 0 | 0.99 | 0.68 | 0.61 | 341.02 | 0.98 | 0.2 |
| Hex | 63 | 1 | 20 | 0 | 63 | 44 | 3D | 155 | 62 | 14 |
| Octal | 143 | 1 | 40 | 0 | 143 | 104 | 75 | 525 | 142 | 24 |
| Binary | 1100011 | 1 | 100000 | 0 | 1100011 | 1000100 | 111101 | 101010101 | 1100010 | 10100 |
Color Harmonies of #630120
Complementary color
Monochromatic Colors of #630120
Black with #630120
Text Example
Text Example
White with #630120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630120; }
p { color: rgb(99,1,32); }
H1.HeaderClassName
{
color: #630120;
}
.AnyTagClassName
{
color: #630120;
}
</style>
background-color css
<style>
a { background-color: #630120; }
a { background-color: rgb(99,1,32); }
div.DivClassName
{
background-color: #630120;
}
.BgClassName
{
background-color: #630120;
}
</style>
border-color css
<style>
span { border-color: #630120; }
span { border-color: rgb(99,1,32); }
td.TdClassName
{
border-color: #630120;
}
.TagClassName
{
border-color: #630120;
}
</style>