Shades of Burgundy #70022D
Tints of Burgundy #70022D
RGB
CMYK
RGB Variations
Color information
#70022D (or 0x70022D) is known color: Burgundy. HEX triplet: 70, 02 and 2D. RGB value is (112,2,45). Sum of RGB (Red+Green+Blue) = 112+2+45=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #70022D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70022D is #8FFDD2. Grayscale: #272727. Windows color (decimal): -9436627 or 2949744. OLE color: 2949744.
HSL color Cylindrical-coordinate representation of color #70022D: hue angle of 336.55º 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 #70022D is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 45 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.56 |
| HSL | 336.55º | 0.96% | 0.22% | - |
| HSV(B) | 336.55º | 0.98% | 0.44% | - |
| XYZ | 7.18 | 3.68 | 2.81 | - |
| YUV | 39.79 | 130.94 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 45 | 0 | 0.98 | 0.60 | 0.56 | 336.55 | 0.96 | 0.22 |
| Hex | 70 | 2 | 2D | 0 | 62 | 3C | 38 | 151 | 60 | 16 |
| Octal | 160 | 2 | 55 | 0 | 142 | 74 | 70 | 521 | 140 | 26 |
| Binary | 1110000 | 10 | 101101 | 0 | 1100010 | 111100 | 111000 | 101010001 | 1100000 | 10110 |
Color Harmonies of #70022D
Complementary color
Monochromatic Colors of #70022D
Black with #70022D
Text Example
Text Example
White with #70022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70022D; }
p { color: rgb(112,2,45); }
H1.HeaderClassName
{
color: #70022D;
}
.AnyTagClassName
{
color: #70022D;
}
</style>
background-color css
<style>
a { background-color: #70022D; }
a { background-color: rgb(112,2,45); }
div.DivClassName
{
background-color: #70022D;
}
.BgClassName
{
background-color: #70022D;
}
</style>
border-color css
<style>
span { border-color: #70022D; }
span { border-color: rgb(112,2,45); }
td.TdClassName
{
border-color: #70022D;
}
.TagClassName
{
border-color: #70022D;
}
</style>