Shades of Burgundy #70022A
Tints of Burgundy #70022A
RGB
CMYK
RGB Variations
Color information
#70022A (or 0x70022A) is known color: Burgundy. HEX triplet: 70, 02 and 2A. RGB value is (112,2,42). Sum of RGB (Red+Green+Blue) = 112+2+42=156 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.79% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 112 - color contains mainly: red. Hex color #70022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70022A is #8FFDD5. Grayscale: #272727. Windows color (decimal): -9436630 or 2753136. OLE color: 2753136.
HSL color Cylindrical-coordinate representation of color #70022A: hue angle of 338.18º 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 #70022A is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 42 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.56 |
| HSL | 338.18º | 0.96% | 0.22% | - |
| HSV(B) | 338.18º | 0.98% | 0.44% | - |
| XYZ | 7.12 | 3.66 | 2.52 | - |
| YUV | 39.45 | 129.44 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 42 | 0 | 0.98 | 0.62 | 0.56 | 338.18 | 0.96 | 0.22 |
| Hex | 70 | 2 | 2A | 0 | 62 | 3E | 38 | 152 | 60 | 16 |
| Octal | 160 | 2 | 52 | 0 | 142 | 76 | 70 | 522 | 140 | 26 |
| Binary | 1110000 | 10 | 101010 | 0 | 1100010 | 111110 | 111000 | 101010010 | 1100000 | 10110 |
Color Harmonies of #70022A
Complementary color
Monochromatic Colors of #70022A
Black with #70022A
Text Example
Text Example
White with #70022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70022A; }
p { color: rgb(112,2,42); }
H1.HeaderClassName
{
color: #70022A;
}
.AnyTagClassName
{
color: #70022A;
}
</style>
background-color css
<style>
a { background-color: #70022A; }
a { background-color: rgb(112,2,42); }
div.DivClassName
{
background-color: #70022A;
}
.BgClassName
{
background-color: #70022A;
}
</style>
border-color css
<style>
span { border-color: #70022A; }
span { border-color: rgb(112,2,42); }
td.TdClassName
{
border-color: #70022A;
}
.TagClassName
{
border-color: #70022A;
}
</style>