Shades of Burgundy #70072C
Tints of Burgundy #70072C
RGB
CMYK
RGB Variations
Color information
#70072C (or 0x70072C) is known color: Burgundy. HEX triplet: 70, 07 and 2C. RGB value is (112,7,44). Sum of RGB (Red+Green+Blue) = 112+7+44=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #70072C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70072C is #8FF8D3. Grayscale: #2A2A2A. Windows color (decimal): -9435348 or 2885488. OLE color: 2885488.
HSL color Cylindrical-coordinate representation of color #70072C: hue angle of 338.86º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70072C is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 7 | 44 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.56 |
| HSL | 338.86º | 0.88% | 0.23% | - |
| HSV(B) | 338.86º | 0.94% | 0.44% | - |
| XYZ | 7.21 | 3.78 | 2.73 | - |
| YUV | 42.61 | 128.79 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 44 | 0 | 0.94 | 0.61 | 0.56 | 338.86 | 0.88 | 0.23 |
| Hex | 70 | 7 | 2C | 0 | 5E | 3D | 38 | 153 | 58 | 17 |
| Octal | 160 | 7 | 54 | 0 | 136 | 75 | 70 | 523 | 130 | 27 |
| Binary | 1110000 | 111 | 101100 | 0 | 1011110 | 111101 | 111000 | 101010011 | 1011000 | 10111 |
Color Harmonies of #70072C
Complementary color
Monochromatic Colors of #70072C
Black with #70072C
Text Example
Text Example
White with #70072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70072C; }
p { color: rgb(112,7,44); }
H1.HeaderClassName
{
color: #70072C;
}
.AnyTagClassName
{
color: #70072C;
}
</style>
background-color css
<style>
a { background-color: #70072C; }
a { background-color: rgb(112,7,44); }
div.DivClassName
{
background-color: #70072C;
}
.BgClassName
{
background-color: #70072C;
}
</style>
border-color css
<style>
span { border-color: #70072C; }
span { border-color: rgb(112,7,44); }
td.TdClassName
{
border-color: #70072C;
}
.TagClassName
{
border-color: #70072C;
}
</style>