Shades of Burgundy #700722
Tints of Burgundy #700722
RGB
CMYK
RGB Variations
Color information
#700722 (or 0x700722) is known color: Burgundy. HEX triplet: 70, 07 and 22. RGB value is (112,7,34). Sum of RGB (Red+Green+Blue) = 112+7+34=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #700722 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700722 is #8FF8DD. Grayscale: #292929. Windows color (decimal): -9435358 or 2230128. OLE color: 2230128.
HSL color Cylindrical-coordinate representation of color #700722: hue angle of 344.57º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700722 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 7 | 34 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.56 |
| HSL | 344.57º | 0.88% | 0.23% | - |
| HSV(B) | 344.57º | 0.94% | 0.44% | - |
| XYZ | 7.05 | 3.71 | 1.86 | - |
| YUV | 41.47 | 123.79 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 34 | 0 | 0.94 | 0.70 | 0.56 | 344.57 | 0.88 | 0.23 |
| Hex | 70 | 7 | 22 | 0 | 5E | 46 | 38 | 159 | 58 | 17 |
| Octal | 160 | 7 | 42 | 0 | 136 | 106 | 70 | 531 | 130 | 27 |
| Binary | 1110000 | 111 | 100010 | 0 | 1011110 | 1000110 | 111000 | 101011001 | 1011000 | 10111 |
Color Harmonies of #700722
Complementary color
Monochromatic Colors of #700722
Black with #700722
Text Example
Text Example
White with #700722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700722; }
p { color: rgb(112,7,34); }
H1.HeaderClassName
{
color: #700722;
}
.AnyTagClassName
{
color: #700722;
}
</style>
background-color css
<style>
a { background-color: #700722; }
a { background-color: rgb(112,7,34); }
div.DivClassName
{
background-color: #700722;
}
.BgClassName
{
background-color: #700722;
}
</style>
border-color css
<style>
span { border-color: #700722; }
span { border-color: rgb(112,7,34); }
td.TdClassName
{
border-color: #700722;
}
.TagClassName
{
border-color: #700722;
}
</style>