Shades of Burgundy #70012C
Tints of Burgundy #70012C
RGB
CMYK
RGB Variations
Color information
#70012C (or 0x70012C) is known color: Burgundy. HEX triplet: 70, 01 and 2C. RGB value is (112,1,44). Sum of RGB (Red+Green+Blue) = 112+1+44=157 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.34% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 112 - color contains mainly: red. Hex color #70012C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70012C is #8FFED3. Grayscale: #272727. Windows color (decimal): -9436884 or 2883952. OLE color: 2883952.
HSL color Cylindrical-coordinate representation of color #70012C: hue angle of 336.76º 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 #70012C is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 44 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.56 |
| HSL | 336.76º | 0.98% | 0.22% | - |
| HSV(B) | 336.76º | 0.99% | 0.44% | - |
| XYZ | 7.15 | 3.65 | 2.71 | - |
| YUV | 39.09 | 130.77 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 44 | 0 | 0.99 | 0.61 | 0.56 | 336.76 | 0.98 | 0.22 |
| Hex | 70 | 1 | 2C | 0 | 63 | 3D | 38 | 151 | 62 | 16 |
| Octal | 160 | 1 | 54 | 0 | 143 | 75 | 70 | 521 | 142 | 26 |
| Binary | 1110000 | 1 | 101100 | 0 | 1100011 | 111101 | 111000 | 101010001 | 1100010 | 10110 |
Color Harmonies of #70012C
Complementary color
Monochromatic Colors of #70012C
Black with #70012C
Text Example
Text Example
White with #70012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70012C; }
p { color: rgb(112,1,44); }
H1.HeaderClassName
{
color: #70012C;
}
.AnyTagClassName
{
color: #70012C;
}
</style>
background-color css
<style>
a { background-color: #70012C; }
a { background-color: rgb(112,1,44); }
div.DivClassName
{
background-color: #70012C;
}
.BgClassName
{
background-color: #70012C;
}
</style>
border-color css
<style>
span { border-color: #70012C; }
span { border-color: rgb(112,1,44); }
td.TdClassName
{
border-color: #70012C;
}
.TagClassName
{
border-color: #70012C;
}
</style>