Shades of Burgundy #70012A
Tints of Burgundy #70012A
RGB
CMYK
RGB Variations
Color information
#70012A (or 0x70012A) is known color: Burgundy. HEX triplet: 70, 01 and 2A. RGB value is (112,1,42). Sum of RGB (Red+Green+Blue) = 112+1+42=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #70012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70012A is #8FFED5. Grayscale: #262626. Windows color (decimal): -9436886 or 2752880. OLE color: 2752880.
HSL color Cylindrical-coordinate representation of color #70012A: hue angle of 337.84º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70012A is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.56 |
| HSL | 337.84º | 0.98% | 0.22% | - |
| HSV(B) | 337.84º | 0.99% | 0.44% | - |
| XYZ | 7.11 | 3.63 | 2.52 | - |
| YUV | 38.86 | 129.77 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 42 | 0 | 0.99 | 0.62 | 0.56 | 337.84 | 0.98 | 0.22 |
| Hex | 70 | 1 | 2A | 0 | 63 | 3E | 38 | 152 | 62 | 16 |
| Octal | 160 | 1 | 52 | 0 | 143 | 76 | 70 | 522 | 142 | 26 |
| Binary | 1110000 | 1 | 101010 | 0 | 1100011 | 111110 | 111000 | 101010010 | 1100010 | 10110 |
Color Harmonies of #70012A
Complementary color
Monochromatic Colors of #70012A
Black with #70012A
Text Example
Text Example
White with #70012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70012A; }
p { color: rgb(112,1,42); }
H1.HeaderClassName
{
color: #70012A;
}
.AnyTagClassName
{
color: #70012A;
}
</style>
background-color css
<style>
a { background-color: #70012A; }
a { background-color: rgb(112,1,42); }
div.DivClassName
{
background-color: #70012A;
}
.BgClassName
{
background-color: #70012A;
}
</style>
border-color css
<style>
span { border-color: #70012A; }
span { border-color: rgb(112,1,42); }
td.TdClassName
{
border-color: #70012A;
}
.TagClassName
{
border-color: #70012A;
}
</style>