Shades of Burgundy #70031D
Tints of Burgundy #70031D
RGB
CMYK
RGB Variations
Color information
#70031D (or 0x70031D) is known color: Burgundy. HEX triplet: 70, 03 and 1D. RGB value is (112,3,29). Sum of RGB (Red+Green+Blue) = 112+3+29=144 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.78% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 112 - color contains mainly: red. Hex color #70031D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70031D is #8FFCE2. Grayscale: #262626. Windows color (decimal): -9436387 or 1901424. OLE color: 1901424.
HSL color Cylindrical-coordinate representation of color #70031D: hue angle of 345.69º 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 #70031D is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 3 | 29 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.56 |
| HSL | 345.69º | 0.95% | 0.23% | - |
| HSV(B) | 345.69º | 0.97% | 0.44% | - |
| XYZ | 6.94 | 3.6 | 1.49 | - |
| YUV | 38.56 | 122.61 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 29 | 0 | 0.97 | 0.74 | 0.56 | 345.69 | 0.95 | 0.23 |
| Hex | 70 | 3 | 1D | 0 | 61 | 4A | 38 | 15A | 5F | 17 |
| Octal | 160 | 3 | 35 | 0 | 141 | 112 | 70 | 532 | 137 | 27 |
| Binary | 1110000 | 11 | 11101 | 0 | 1100001 | 1001010 | 111000 | 101011010 | 1011111 | 10111 |
Color Harmonies of #70031D
Complementary color
Monochromatic Colors of #70031D
Black with #70031D
Text Example
Text Example
White with #70031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70031D; }
p { color: rgb(112,3,29); }
H1.HeaderClassName
{
color: #70031D;
}
.AnyTagClassName
{
color: #70031D;
}
</style>
background-color css
<style>
a { background-color: #70031D; }
a { background-color: rgb(112,3,29); }
div.DivClassName
{
background-color: #70031D;
}
.BgClassName
{
background-color: #70031D;
}
</style>
border-color css
<style>
span { border-color: #70031D; }
span { border-color: rgb(112,3,29); }
td.TdClassName
{
border-color: #70031D;
}
.TagClassName
{
border-color: #70031D;
}
</style>