Shades of Burgundy #700226
Tints of Burgundy #700226
RGB
CMYK
RGB Variations
Color information
#700226 (or 0x700226) is known color: Burgundy. HEX triplet: 70, 02 and 26. RGB value is (112,2,38). Sum of RGB (Red+Green+Blue) = 112+2+38=152 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.68% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 112 - color contains mainly: red. Hex color #700226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700226 is #8FFDD9. Grayscale: #262626. Windows color (decimal): -9436634 or 2490992. OLE color: 2490992.
HSL color Cylindrical-coordinate representation of color #700226: hue angle of 340.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700226 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 38 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.56 |
| HSL | 340.36º | 0.96% | 0.22% | - |
| HSV(B) | 340.36º | 0.98% | 0.44% | - |
| XYZ | 7.05 | 3.63 | 2.16 | - |
| YUV | 38.99 | 127.44 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 38 | 0 | 0.98 | 0.66 | 0.56 | 340.36 | 0.96 | 0.22 |
| Hex | 70 | 2 | 26 | 0 | 62 | 42 | 38 | 154 | 60 | 16 |
| Octal | 160 | 2 | 46 | 0 | 142 | 102 | 70 | 524 | 140 | 26 |
| Binary | 1110000 | 10 | 100110 | 0 | 1100010 | 1000010 | 111000 | 101010100 | 1100000 | 10110 |
Color Harmonies of #700226
Complementary color
Monochromatic Colors of #700226
Black with #700226
Text Example
Text Example
White with #700226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700226; }
p { color: rgb(112,2,38); }
H1.HeaderClassName
{
color: #700226;
}
.AnyTagClassName
{
color: #700226;
}
</style>
background-color css
<style>
a { background-color: #700226; }
a { background-color: rgb(112,2,38); }
div.DivClassName
{
background-color: #700226;
}
.BgClassName
{
background-color: #700226;
}
</style>
border-color css
<style>
span { border-color: #700226; }
span { border-color: rgb(112,2,38); }
td.TdClassName
{
border-color: #700226;
}
.TagClassName
{
border-color: #700226;
}
</style>