Shades of Burgundy #700725
Tints of Burgundy #700725
RGB
CMYK
RGB Variations
Color information
#700725 (or 0x700725) is known color: Burgundy. HEX triplet: 70, 07 and 25. RGB value is (112,7,37). Sum of RGB (Red+Green+Blue) = 112+7+37=156 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.79% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 112 - color contains mainly: red. Hex color #700725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700725 is #8FF8DA. Grayscale: #292929. Windows color (decimal): -9435355 or 2426736. OLE color: 2426736.
HSL color Cylindrical-coordinate representation of color #700725: hue angle of 342.86º 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 #700725 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 7 | 37 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.56 |
| HSL | 342.86º | 0.88% | 0.23% | - |
| HSV(B) | 342.86º | 0.94% | 0.44% | - |
| XYZ | 7.09 | 3.73 | 2.1 | - |
| YUV | 41.82 | 125.29 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 37 | 0 | 0.94 | 0.67 | 0.56 | 342.86 | 0.88 | 0.23 |
| Hex | 70 | 7 | 25 | 0 | 5E | 43 | 38 | 157 | 58 | 17 |
| Octal | 160 | 7 | 45 | 0 | 136 | 103 | 70 | 527 | 130 | 27 |
| Binary | 1110000 | 111 | 100101 | 0 | 1011110 | 1000011 | 111000 | 101010111 | 1011000 | 10111 |
Color Harmonies of #700725
Complementary color
Monochromatic Colors of #700725
Black with #700725
Text Example
Text Example
White with #700725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700725; }
p { color: rgb(112,7,37); }
H1.HeaderClassName
{
color: #700725;
}
.AnyTagClassName
{
color: #700725;
}
</style>
background-color css
<style>
a { background-color: #700725; }
a { background-color: rgb(112,7,37); }
div.DivClassName
{
background-color: #700725;
}
.BgClassName
{
background-color: #700725;
}
</style>
border-color css
<style>
span { border-color: #700725; }
span { border-color: rgb(112,7,37); }
td.TdClassName
{
border-color: #700725;
}
.TagClassName
{
border-color: #700725;
}
</style>