Shades of Burgundy #630222
Tints of Burgundy #630222
RGB
CMYK
RGB Variations
Color information
#630222 (or 0x630222) is known color: Burgundy. HEX triplet: 63, 02 and 22. RGB value is (99,2,34). Sum of RGB (Red+Green+Blue) = 99+2+34=135 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.33% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 99 - color contains mainly: red. Hex color #630222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630222 is #9CFDDD. Grayscale: #222222. Windows color (decimal): -10288606 or 2228835. OLE color: 2228835.
HSL color Cylindrical-coordinate representation of color #630222: hue angle of 340.21º 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 #630222 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 2 | 34 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.61 |
| HSL | 340.21º | 0.96% | 0.2% | - |
| HSV(B) | 340.21º | 0.98% | 0.39% | - |
| XYZ | 5.46 | 2.81 | 1.77 | - |
| YUV | 34.65 | 127.64 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 34 | 0 | 0.98 | 0.66 | 0.61 | 340.21 | 0.96 | 0.2 |
| Hex | 63 | 2 | 22 | 0 | 62 | 42 | 3D | 154 | 60 | 14 |
| Octal | 143 | 2 | 42 | 0 | 142 | 102 | 75 | 524 | 140 | 24 |
| Binary | 1100011 | 10 | 100010 | 0 | 1100010 | 1000010 | 111101 | 101010100 | 1100000 | 10100 |
Color Harmonies of #630222
Complementary color
Monochromatic Colors of #630222
Black with #630222
Text Example
Text Example
White with #630222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630222; }
p { color: rgb(99,2,34); }
H1.HeaderClassName
{
color: #630222;
}
.AnyTagClassName
{
color: #630222;
}
</style>
background-color css
<style>
a { background-color: #630222; }
a { background-color: rgb(99,2,34); }
div.DivClassName
{
background-color: #630222;
}
.BgClassName
{
background-color: #630222;
}
</style>
border-color css
<style>
span { border-color: #630222; }
span { border-color: rgb(99,2,34); }
td.TdClassName
{
border-color: #630222;
}
.TagClassName
{
border-color: #630222;
}
</style>