Shades of Burgundy #700526
Tints of Burgundy #700526
RGB
CMYK
RGB Variations
Color information
#700526 (or 0x700526) is known color: Burgundy. HEX triplet: 70, 05 and 26. RGB value is (112,5,38). Sum of RGB (Red+Green+Blue) = 112+5+38=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #700526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700526 is #8FFAD9. Grayscale: #282828. Windows color (decimal): -9435866 or 2491760. OLE color: 2491760.
HSL color Cylindrical-coordinate representation of color #700526: hue angle of 341.5º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700526 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 5 | 38 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.56 |
| HSL | 341.5º | 0.91% | 0.23% | - |
| HSV(B) | 341.5º | 0.96% | 0.44% | - |
| XYZ | 7.09 | 3.69 | 2.17 | - |
| YUV | 40.76 | 126.45 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 5 | 38 | 0 | 0.96 | 0.66 | 0.56 | 341.5 | 0.91 | 0.23 |
| Hex | 70 | 5 | 26 | 0 | 60 | 42 | 38 | 155 | 5B | 17 |
| Octal | 160 | 5 | 46 | 0 | 140 | 102 | 70 | 525 | 133 | 27 |
| Binary | 1110000 | 101 | 100110 | 0 | 1100000 | 1000010 | 111000 | 101010101 | 1011011 | 10111 |
Color Harmonies of #700526
Complementary color
Monochromatic Colors of #700526
Black with #700526
Text Example
Text Example
White with #700526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700526; }
p { color: rgb(112,5,38); }
H1.HeaderClassName
{
color: #700526;
}
.AnyTagClassName
{
color: #700526;
}
</style>
background-color css
<style>
a { background-color: #700526; }
a { background-color: rgb(112,5,38); }
div.DivClassName
{
background-color: #700526;
}
.BgClassName
{
background-color: #700526;
}
</style>
border-color css
<style>
span { border-color: #700526; }
span { border-color: rgb(112,5,38); }
td.TdClassName
{
border-color: #700526;
}
.TagClassName
{
border-color: #700526;
}
</style>