Shades of Burgundy #700A1F
Tints of Burgundy #700A1F
RGB
CMYK
RGB Variations
Color information
#700A1F (or 0x700A1F) is known color: Burgundy. HEX triplet: 70, 0A and 1F. RGB value is (112,10,31). Sum of RGB (Red+Green+Blue) = 112+10+31=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 10 (4.30% from 255 or 6.54% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #700A1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A1F is #8FF5E0. Grayscale: #2A2A2A. Windows color (decimal): -9434593 or 2034288. OLE color: 2034288.
HSL color Cylindrical-coordinate representation of color #700A1F: hue angle of 347.65º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700A1F is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 31 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.56 |
| HSL | 347.65º | 0.84% | 0.24% | - |
| HSV(B) | 347.65º | 0.91% | 0.44% | - |
| XYZ | 7.04 | 3.76 | 1.65 | - |
| YUV | 42.89 | 121.29 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 31 | 0 | 0.91 | 0.72 | 0.56 | 347.65 | 0.84 | 0.24 |
| Hex | 70 | A | 1F | 0 | 5B | 48 | 38 | 15C | 54 | 18 |
| Octal | 160 | 12 | 37 | 0 | 133 | 110 | 70 | 534 | 124 | 30 |
| Binary | 1110000 | 1010 | 11111 | 0 | 1011011 | 1001000 | 111000 | 101011100 | 1010100 | 11000 |
Color Harmonies of #700A1F
Complementary color
Monochromatic Colors of #700A1F
Black with #700A1F
Text Example
Text Example
White with #700A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A1F; }
p { color: rgb(112,10,31); }
H1.HeaderClassName
{
color: #700A1F;
}
.AnyTagClassName
{
color: #700A1F;
}
</style>
background-color css
<style>
a { background-color: #700A1F; }
a { background-color: rgb(112,10,31); }
div.DivClassName
{
background-color: #700A1F;
}
.BgClassName
{
background-color: #700A1F;
}
</style>
border-color css
<style>
span { border-color: #700A1F; }
span { border-color: rgb(112,10,31); }
td.TdClassName
{
border-color: #700A1F;
}
.TagClassName
{
border-color: #700A1F;
}
</style>