Shades of Burgundy #700822
Tints of Burgundy #700822
RGB
CMYK
RGB Variations
Color information
#700822 (or 0x700822) is known color: Burgundy. HEX triplet: 70, 08 and 22. RGB value is (112,8,34). Sum of RGB (Red+Green+Blue) = 112+8+34=154 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.73% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 112 - color contains mainly: red. Hex color #700822 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700822 is #8FF7DD. Grayscale: #2A2A2A. Windows color (decimal): -9435102 or 2230384. OLE color: 2230384.
HSL color Cylindrical-coordinate representation of color #700822: hue angle of 345º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700822 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 8 | 34 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.56 |
| HSL | 345º | 0.87% | 0.24% | - |
| HSV(B) | 345º | 0.93% | 0.44% | - |
| XYZ | 7.06 | 3.73 | 1.86 | - |
| YUV | 42.06 | 123.46 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 8 | 34 | 0 | 0.93 | 0.70 | 0.56 | 345 | 0.87 | 0.24 |
| Hex | 70 | 8 | 22 | 0 | 5D | 46 | 38 | 159 | 57 | 18 |
| Octal | 160 | 10 | 42 | 0 | 135 | 106 | 70 | 531 | 127 | 30 |
| Binary | 1110000 | 1000 | 100010 | 0 | 1011101 | 1000110 | 111000 | 101011001 | 1010111 | 11000 |
Color Harmonies of #700822
Complementary color
Monochromatic Colors of #700822
Black with #700822
Text Example
Text Example
White with #700822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700822; }
p { color: rgb(112,8,34); }
H1.HeaderClassName
{
color: #700822;
}
.AnyTagClassName
{
color: #700822;
}
</style>
background-color css
<style>
a { background-color: #700822; }
a { background-color: rgb(112,8,34); }
div.DivClassName
{
background-color: #700822;
}
.BgClassName
{
background-color: #700822;
}
</style>
border-color css
<style>
span { border-color: #700822; }
span { border-color: rgb(112,8,34); }
td.TdClassName
{
border-color: #700822;
}
.TagClassName
{
border-color: #700822;
}
</style>