Shades of Burgundy #700728
Tints of Burgundy #700728
RGB
CMYK
RGB Variations
Color information
#700728 (or 0x700728) is known color: Burgundy. HEX triplet: 70, 07 and 28. RGB value is (112,7,40). Sum of RGB (Red+Green+Blue) = 112+7+40=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #700728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700728 is #8FF8D7. Grayscale: #2A2A2A. Windows color (decimal): -9435352 or 2623344. OLE color: 2623344.
HSL color Cylindrical-coordinate representation of color #700728: hue angle of 341.14º 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 #700728 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 7 | 40 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.56 |
| HSL | 341.14º | 0.88% | 0.23% | - |
| HSV(B) | 341.14º | 0.94% | 0.44% | - |
| XYZ | 7.14 | 3.75 | 2.35 | - |
| YUV | 42.16 | 126.79 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 40 | 0 | 0.94 | 0.64 | 0.56 | 341.14 | 0.88 | 0.23 |
| Hex | 70 | 7 | 28 | 0 | 5E | 40 | 38 | 155 | 58 | 17 |
| Octal | 160 | 7 | 50 | 0 | 136 | 100 | 70 | 525 | 130 | 27 |
| Binary | 1110000 | 111 | 101000 | 0 | 1011110 | 1000000 | 111000 | 101010101 | 1011000 | 10111 |
Color Harmonies of #700728
Complementary color
Monochromatic Colors of #700728
Black with #700728
Text Example
Text Example
White with #700728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700728; }
p { color: rgb(112,7,40); }
H1.HeaderClassName
{
color: #700728;
}
.AnyTagClassName
{
color: #700728;
}
</style>
background-color css
<style>
a { background-color: #700728; }
a { background-color: rgb(112,7,40); }
div.DivClassName
{
background-color: #700728;
}
.BgClassName
{
background-color: #700728;
}
</style>
border-color css
<style>
span { border-color: #700728; }
span { border-color: rgb(112,7,40); }
td.TdClassName
{
border-color: #700728;
}
.TagClassName
{
border-color: #700728;
}
</style>