Shades of Burgundy #70031F
Tints of Burgundy #70031F
RGB
CMYK
RGB Variations
Color information
#70031F (or 0x70031F) is known color: Burgundy. HEX triplet: 70, 03 and 1F. RGB value is (112,3,31). Sum of RGB (Red+Green+Blue) = 112+3+31=146 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.71% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 112 - color contains mainly: red. Hex color #70031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70031F is #8FFCE0. Grayscale: #262626. Windows color (decimal): -9436385 or 2032496. OLE color: 2032496.
HSL color Cylindrical-coordinate representation of color #70031F: hue angle of 344.59º 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 #70031F is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 3 | 31 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.56 |
| HSL | 344.59º | 0.95% | 0.23% | - |
| HSV(B) | 344.59º | 0.97% | 0.44% | - |
| XYZ | 6.96 | 3.61 | 1.63 | - |
| YUV | 38.78 | 123.61 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 31 | 0 | 0.97 | 0.72 | 0.56 | 344.59 | 0.95 | 0.23 |
| Hex | 70 | 3 | 1F | 0 | 61 | 48 | 38 | 159 | 5F | 17 |
| Octal | 160 | 3 | 37 | 0 | 141 | 110 | 70 | 531 | 137 | 27 |
| Binary | 1110000 | 11 | 11111 | 0 | 1100001 | 1001000 | 111000 | 101011001 | 1011111 | 10111 |
Color Harmonies of #70031F
Complementary color
Monochromatic Colors of #70031F
Black with #70031F
Text Example
Text Example
White with #70031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70031F; }
p { color: rgb(112,3,31); }
H1.HeaderClassName
{
color: #70031F;
}
.AnyTagClassName
{
color: #70031F;
}
</style>
background-color css
<style>
a { background-color: #70031F; }
a { background-color: rgb(112,3,31); }
div.DivClassName
{
background-color: #70031F;
}
.BgClassName
{
background-color: #70031F;
}
</style>
border-color css
<style>
span { border-color: #70031F; }
span { border-color: rgb(112,3,31); }
td.TdClassName
{
border-color: #70031F;
}
.TagClassName
{
border-color: #70031F;
}
</style>