Shades of Burgundy #630221
Tints of Burgundy #630221
RGB
CMYK
RGB Variations
Color information
#630221 (or 0x630221) is known color: Burgundy. HEX triplet: 63, 02 and 21. RGB value is (99,2,33). Sum of RGB (Red+Green+Blue) = 99+2+33=134 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.88% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 99 - color contains mainly: red. Hex color #630221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630221 is #9CFDDE. Grayscale: #222222. Windows color (decimal): -10288607 or 2163299. OLE color: 2163299.
HSL color Cylindrical-coordinate representation of color #630221: hue angle of 340.82º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630221 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 2 | 33 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.61 |
| HSL | 340.82º | 0.96% | 0.2% | - |
| HSV(B) | 340.82º | 0.98% | 0.39% | - |
| XYZ | 5.44 | 2.81 | 1.69 | - |
| YUV | 34.54 | 127.14 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 33 | 0 | 0.98 | 0.67 | 0.61 | 340.82 | 0.96 | 0.2 |
| Hex | 63 | 2 | 21 | 0 | 62 | 43 | 3D | 155 | 60 | 14 |
| Octal | 143 | 2 | 41 | 0 | 142 | 103 | 75 | 525 | 140 | 24 |
| Binary | 1100011 | 10 | 100001 | 0 | 1100010 | 1000011 | 111101 | 101010101 | 1100000 | 10100 |
Color Harmonies of #630221
Complementary color
Monochromatic Colors of #630221
Black with #630221
Text Example
Text Example
White with #630221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630221; }
p { color: rgb(99,2,33); }
H1.HeaderClassName
{
color: #630221;
}
.AnyTagClassName
{
color: #630221;
}
</style>
background-color css
<style>
a { background-color: #630221; }
a { background-color: rgb(99,2,33); }
div.DivClassName
{
background-color: #630221;
}
.BgClassName
{
background-color: #630221;
}
</style>
border-color css
<style>
span { border-color: #630221; }
span { border-color: rgb(99,2,33); }
td.TdClassName
{
border-color: #630221;
}
.TagClassName
{
border-color: #630221;
}
</style>