Shades of Burgundy #700026
Tints of Burgundy #700026
RGB
CMYK
RGB Variations
Color information
#700026 (or 0x700026) is known color: Burgundy. HEX triplet: 70, 00 and 26. RGB value is (112,0,38). Sum of RGB (Red+Green+Blue) = 112+0+38=150 (19% of max value = 765). Red value is 112 (44.14% from 255 or 74.67% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 38 (15.23% from 255 or 25.33% from 150); Max value from RGB is 112 - color contains mainly: red. Hex color #700026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700026 is #8FFFD9. Grayscale: #252525. Windows color (decimal): -9437146 or 2490480. OLE color: 2490480.
HSL color Cylindrical-coordinate representation of color #700026: hue angle of 339.64º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700026 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 0 | 38 | - |
| CMYK | 0 | 1 | 0.66 | 0.56 |
| HSL | 339.64º | 1% | 0.22% | - |
| HSV(B) | 339.64º | 1% | 0.44% | - |
| XYZ | 7.03 | 3.58 | 2.16 | - |
| YUV | 37.82 | 128.11 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 38 | 0 | 1 | 0.66 | 0.56 | 339.64 | 1 | 0.22 |
| Hex | 70 | 0 | 26 | 0 | 64 | 42 | 38 | 154 | 64 | 16 |
| Octal | 160 | 0 | 46 | 0 | 144 | 102 | 70 | 524 | 144 | 26 |
| Binary | 1110000 | 0 | 100110 | 0 | 1100100 | 1000010 | 111000 | 101010100 | 1100100 | 10110 |
Color Harmonies of #700026
Complementary color
Monochromatic Colors of #700026
Black with #700026
Text Example
Text Example
White with #700026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700026; }
p { color: rgb(112,0,38); }
H1.HeaderClassName
{
color: #700026;
}
.AnyTagClassName
{
color: #700026;
}
</style>
background-color css
<style>
a { background-color: #700026; }
a { background-color: rgb(112,0,38); }
div.DivClassName
{
background-color: #700026;
}
.BgClassName
{
background-color: #700026;
}
</style>
border-color css
<style>
span { border-color: #700026; }
span { border-color: rgb(112,0,38); }
td.TdClassName
{
border-color: #700026;
}
.TagClassName
{
border-color: #700026;
}
</style>