Shades of Burgundy #700A2D
Tints of Burgundy #700A2D
RGB
CMYK
RGB Variations
Color information
#700A2D (or 0x700A2D) is known color: Burgundy. HEX triplet: 70, 0A and 2D. RGB value is (112,10,45). Sum of RGB (Red+Green+Blue) = 112+10+45=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #700A2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A2D is #8FF5D2. Grayscale: #2C2C2C. Windows color (decimal): -9434579 or 2951792. OLE color: 2951792.
HSL color Cylindrical-coordinate representation of color #700A2D: hue angle of 339.41º 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 #700A2D is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 45 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.56 |
| HSL | 339.41º | 0.84% | 0.24% | - |
| HSV(B) | 339.41º | 0.91% | 0.44% | - |
| XYZ | 7.26 | 3.85 | 2.84 | - |
| YUV | 44.49 | 128.29 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 45 | 0 | 0.91 | 0.60 | 0.56 | 339.41 | 0.84 | 0.24 |
| Hex | 70 | A | 2D | 0 | 5B | 3C | 38 | 153 | 54 | 18 |
| Octal | 160 | 12 | 55 | 0 | 133 | 74 | 70 | 523 | 124 | 30 |
| Binary | 1110000 | 1010 | 101101 | 0 | 1011011 | 111100 | 111000 | 101010011 | 1010100 | 11000 |
Color Harmonies of #700A2D
Complementary color
Monochromatic Colors of #700A2D
Black with #700A2D
Text Example
Text Example
White with #700A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A2D; }
p { color: rgb(112,10,45); }
H1.HeaderClassName
{
color: #700A2D;
}
.AnyTagClassName
{
color: #700A2D;
}
</style>
background-color css
<style>
a { background-color: #700A2D; }
a { background-color: rgb(112,10,45); }
div.DivClassName
{
background-color: #700A2D;
}
.BgClassName
{
background-color: #700A2D;
}
</style>
border-color css
<style>
span { border-color: #700A2D; }
span { border-color: rgb(112,10,45); }
td.TdClassName
{
border-color: #700A2D;
}
.TagClassName
{
border-color: #700A2D;
}
</style>