Shades of Burgundy #700426
Tints of Burgundy #700426
RGB
CMYK
RGB Variations
Color information
#700426 (or 0x700426) is known color: Burgundy. HEX triplet: 70, 04 and 26. RGB value is (112,4,38). Sum of RGB (Red+Green+Blue) = 112+4+38=154 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.73% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 112 - color contains mainly: red. Hex color #700426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700426 is #8FFBD9. Grayscale: #282828. Windows color (decimal): -9436122 or 2491504. OLE color: 2491504.
HSL color Cylindrical-coordinate representation of color #700426: hue angle of 341.11º degrees, saturation: 0.93, 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 #700426 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 4 | 38 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.56 |
| HSL | 341.11º | 0.93% | 0.23% | - |
| HSV(B) | 341.11º | 0.96% | 0.44% | - |
| XYZ | 7.08 | 3.67 | 2.17 | - |
| YUV | 40.17 | 126.78 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 38 | 0 | 0.96 | 0.66 | 0.56 | 341.11 | 0.93 | 0.23 |
| Hex | 70 | 4 | 26 | 0 | 60 | 42 | 38 | 155 | 5D | 17 |
| Octal | 160 | 4 | 46 | 0 | 140 | 102 | 70 | 525 | 135 | 27 |
| Binary | 1110000 | 100 | 100110 | 0 | 1100000 | 1000010 | 111000 | 101010101 | 1011101 | 10111 |
Color Harmonies of #700426
Complementary color
Monochromatic Colors of #700426
Black with #700426
Text Example
Text Example
White with #700426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700426; }
p { color: rgb(112,4,38); }
H1.HeaderClassName
{
color: #700426;
}
.AnyTagClassName
{
color: #700426;
}
</style>
background-color css
<style>
a { background-color: #700426; }
a { background-color: rgb(112,4,38); }
div.DivClassName
{
background-color: #700426;
}
.BgClassName
{
background-color: #700426;
}
</style>
border-color css
<style>
span { border-color: #700426; }
span { border-color: rgb(112,4,38); }
td.TdClassName
{
border-color: #700426;
}
.TagClassName
{
border-color: #700426;
}
</style>