Shades of Burgundy #700222
Tints of Burgundy #700222
RGB
CMYK
RGB Variations
Color information
#700222 (or 0x700222) is known color: Burgundy. HEX triplet: 70, 02 and 22. RGB value is (112,2,34). Sum of RGB (Red+Green+Blue) = 112+2+34=148 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.68% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 112 - color contains mainly: red. Hex color #700222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700222 is #8FFDDD. Grayscale: #262626. Windows color (decimal): -9436638 or 2228848. OLE color: 2228848.
HSL color Cylindrical-coordinate representation of color #700222: hue angle of 342.55º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700222 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 34 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.56 |
| HSL | 342.55º | 0.96% | 0.22% | - |
| HSV(B) | 342.55º | 0.98% | 0.44% | - |
| XYZ | 6.99 | 3.6 | 1.84 | - |
| YUV | 38.54 | 125.44 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 34 | 0 | 0.98 | 0.70 | 0.56 | 342.55 | 0.96 | 0.22 |
| Hex | 70 | 2 | 22 | 0 | 62 | 46 | 38 | 157 | 60 | 16 |
| Octal | 160 | 2 | 42 | 0 | 142 | 106 | 70 | 527 | 140 | 26 |
| Binary | 1110000 | 10 | 100010 | 0 | 1100010 | 1000110 | 111000 | 101010111 | 1100000 | 10110 |
Color Harmonies of #700222
Complementary color
Monochromatic Colors of #700222
Black with #700222
Text Example
Text Example
White with #700222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700222; }
p { color: rgb(112,2,34); }
H1.HeaderClassName
{
color: #700222;
}
.AnyTagClassName
{
color: #700222;
}
</style>
background-color css
<style>
a { background-color: #700222; }
a { background-color: rgb(112,2,34); }
div.DivClassName
{
background-color: #700222;
}
.BgClassName
{
background-color: #700222;
}
</style>
border-color css
<style>
span { border-color: #700222; }
span { border-color: rgb(112,2,34); }
td.TdClassName
{
border-color: #700222;
}
.TagClassName
{
border-color: #700222;
}
</style>