Shades of Burgundy #70031A
Tints of Burgundy #70031A
RGB
CMYK
RGB Variations
Color information
#70031A (or 0x70031A) is known color: Burgundy. HEX triplet: 70, 03 and 1A. RGB value is (112,3,26). Sum of RGB (Red+Green+Blue) = 112+3+26=141 (18% of max value = 765). Red value is 112 (44.14% from 255 or 79.43% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 112 - color contains mainly: red. Hex color #70031A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70031A is #8FFCE5. Grayscale: #262626. Windows color (decimal): -9436390 or 1704816. OLE color: 1704816.
HSL color Cylindrical-coordinate representation of color #70031A: hue angle of 347.34º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70031A is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 3 | 26 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.56 |
| HSL | 347.34º | 0.95% | 0.23% | - |
| HSV(B) | 347.34º | 0.97% | 0.44% | - |
| XYZ | 6.9 | 3.58 | 1.31 | - |
| YUV | 38.21 | 121.11 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 26 | 0 | 0.97 | 0.77 | 0.56 | 347.34 | 0.95 | 0.23 |
| Hex | 70 | 3 | 1A | 0 | 61 | 4D | 38 | 15B | 5F | 17 |
| Octal | 160 | 3 | 32 | 0 | 141 | 115 | 70 | 533 | 137 | 27 |
| Binary | 1110000 | 11 | 11010 | 0 | 1100001 | 1001101 | 111000 | 101011011 | 1011111 | 10111 |
Color Harmonies of #70031A
Complementary color
Monochromatic Colors of #70031A
Black with #70031A
Text Example
Text Example
White with #70031A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70031A; }
p { color: rgb(112,3,26); }
H1.HeaderClassName
{
color: #70031A;
}
.AnyTagClassName
{
color: #70031A;
}
</style>
background-color css
<style>
a { background-color: #70031A; }
a { background-color: rgb(112,3,26); }
div.DivClassName
{
background-color: #70031A;
}
.BgClassName
{
background-color: #70031A;
}
</style>
border-color css
<style>
span { border-color: #70031A; }
span { border-color: rgb(112,3,26); }
td.TdClassName
{
border-color: #70031A;
}
.TagClassName
{
border-color: #70031A;
}
</style>