Shades of Burgundy #70020C
Tints of Burgundy #70020C
RGB
CMYK
RGB Variations
Color information
#70020C (or 0x70020C) is known color: Burgundy. HEX triplet: 70, 02 and 0C. RGB value is (112,2,12). Sum of RGB (Red+Green+Blue) = 112+2+12=126 (16% of max value = 765). Red value is 112 (44.14% from 255 or 88.89% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 112 - color contains mainly: red. Hex color #70020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70020C is #8FFDF3. Grayscale: #242424. Windows color (decimal): -9436660 or 787056. OLE color: 787056.
HSL color Cylindrical-coordinate representation of color #70020C: hue angle of 354.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 #70020C is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 12 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.56 |
| HSL | 354.55º | 0.96% | 0.22% | - |
| HSV(B) | 354.55º | 0.98% | 0.44% | - |
| XYZ | 6.77 | 3.51 | 0.67 | - |
| YUV | 36.03 | 114.44 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 12 | 0 | 0.98 | 0.89 | 0.56 | 354.55 | 0.96 | 0.22 |
| Hex | 70 | 2 | C | 0 | 62 | 59 | 38 | 163 | 60 | 16 |
| Octal | 160 | 2 | 14 | 0 | 142 | 131 | 70 | 543 | 140 | 26 |
| Binary | 1110000 | 10 | 1100 | 0 | 1100010 | 1011001 | 111000 | 101100011 | 1100000 | 10110 |
Color Harmonies of #70020C
Complementary color
Monochromatic Colors of #70020C
Black with #70020C
Text Example
Text Example
White with #70020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70020C; }
p { color: rgb(112,2,12); }
H1.HeaderClassName
{
color: #70020C;
}
.AnyTagClassName
{
color: #70020C;
}
</style>
background-color css
<style>
a { background-color: #70020C; }
a { background-color: rgb(112,2,12); }
div.DivClassName
{
background-color: #70020C;
}
.BgClassName
{
background-color: #70020C;
}
</style>
border-color css
<style>
span { border-color: #70020C; }
span { border-color: rgb(112,2,12); }
td.TdClassName
{
border-color: #70020C;
}
.TagClassName
{
border-color: #70020C;
}
</style>