Shades of Burgundy #70012B
Tints of Burgundy #70012B
RGB
CMYK
RGB Variations
Color information
#70012B (or 0x70012B) is known color: Burgundy. HEX triplet: 70, 01 and 2B. RGB value is (112,1,43). Sum of RGB (Red+Green+Blue) = 112+1+43=156 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.79% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 112 - color contains mainly: red. Hex color #70012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70012B is #8FFED4. Grayscale: #262626. Windows color (decimal): -9436885 or 2818416. OLE color: 2818416.
HSL color Cylindrical-coordinate representation of color #70012B: hue angle of 337.3º 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 #70012B is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.56 |
| HSL | 337.3º | 0.98% | 0.22% | - |
| HSV(B) | 337.3º | 0.99% | 0.44% | - |
| XYZ | 7.13 | 3.64 | 2.61 | - |
| YUV | 38.98 | 130.27 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 43 | 0 | 0.99 | 0.62 | 0.56 | 337.3 | 0.98 | 0.22 |
| Hex | 70 | 1 | 2B | 0 | 63 | 3E | 38 | 151 | 62 | 16 |
| Octal | 160 | 1 | 53 | 0 | 143 | 76 | 70 | 521 | 142 | 26 |
| Binary | 1110000 | 1 | 101011 | 0 | 1100011 | 111110 | 111000 | 101010001 | 1100010 | 10110 |
Color Harmonies of #70012B
Complementary color
Monochromatic Colors of #70012B
Black with #70012B
Text Example
Text Example
White with #70012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70012B; }
p { color: rgb(112,1,43); }
H1.HeaderClassName
{
color: #70012B;
}
.AnyTagClassName
{
color: #70012B;
}
</style>
background-color css
<style>
a { background-color: #70012B; }
a { background-color: rgb(112,1,43); }
div.DivClassName
{
background-color: #70012B;
}
.BgClassName
{
background-color: #70012B;
}
</style>
border-color css
<style>
span { border-color: #70012B; }
span { border-color: rgb(112,1,43); }
td.TdClassName
{
border-color: #70012B;
}
.TagClassName
{
border-color: #70012B;
}
</style>