Shades of Burgundy #700727
Tints of Burgundy #700727
RGB
CMYK
RGB Variations
Color information
#700727 (or 0x700727) is known color: Burgundy. HEX triplet: 70, 07 and 27. RGB value is (112,7,39). Sum of RGB (Red+Green+Blue) = 112+7+39=158 (20% of max value = 765). Red value is 112 (44.14% from 255 or 70.89% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 112 - color contains mainly: red. Hex color #700727 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700727 is #8FF8D8. Grayscale: #2A2A2A. Windows color (decimal): -9435353 or 2557808. OLE color: 2557808.
HSL color Cylindrical-coordinate representation of color #700727: hue angle of 341.71º 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 #700727 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 7 | 39 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.56 |
| HSL | 341.71º | 0.88% | 0.23% | - |
| HSV(B) | 341.71º | 0.94% | 0.44% | - |
| XYZ | 7.12 | 3.74 | 2.27 | - |
| YUV | 42.04 | 126.29 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 39 | 0 | 0.94 | 0.65 | 0.56 | 341.71 | 0.88 | 0.23 |
| Hex | 70 | 7 | 27 | 0 | 5E | 41 | 38 | 156 | 58 | 17 |
| Octal | 160 | 7 | 47 | 0 | 136 | 101 | 70 | 526 | 130 | 27 |
| Binary | 1110000 | 111 | 100111 | 0 | 1011110 | 1000001 | 111000 | 101010110 | 1011000 | 10111 |
Color Harmonies of #700727
Complementary color
Monochromatic Colors of #700727
Black with #700727
Text Example
Text Example
White with #700727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700727; }
p { color: rgb(112,7,39); }
H1.HeaderClassName
{
color: #700727;
}
.AnyTagClassName
{
color: #700727;
}
</style>
background-color css
<style>
a { background-color: #700727; }
a { background-color: rgb(112,7,39); }
div.DivClassName
{
background-color: #700727;
}
.BgClassName
{
background-color: #700727;
}
</style>
border-color css
<style>
span { border-color: #700727; }
span { border-color: rgb(112,7,39); }
td.TdClassName
{
border-color: #700727;
}
.TagClassName
{
border-color: #700727;
}
</style>