Shades of Burgundy #700A24
Tints of Burgundy #700A24
RGB
CMYK
RGB Variations
Color information
#700A24 (or 0x700A24) is known color: Burgundy. HEX triplet: 70, 0A and 24. RGB value is (112,10,36). Sum of RGB (Red+Green+Blue) = 112+10+36=158 (20% of max value = 765). Red value is 112 (44.14% from 255 or 70.89% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 112 - color contains mainly: red. Hex color #700A24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700A24 is #8FF5DB. Grayscale: #2B2B2B. Windows color (decimal): -9434588 or 2361968. OLE color: 2361968.
HSL color Cylindrical-coordinate representation of color #700A24: hue angle of 344.71º 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 #700A24 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 36 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.56 |
| HSL | 344.71º | 0.84% | 0.24% | - |
| HSV(B) | 344.71º | 0.91% | 0.44% | - |
| XYZ | 7.11 | 3.79 | 2.03 | - |
| YUV | 43.46 | 123.79 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 36 | 0 | 0.91 | 0.68 | 0.56 | 344.71 | 0.84 | 0.24 |
| Hex | 70 | A | 24 | 0 | 5B | 44 | 38 | 159 | 54 | 18 |
| Octal | 160 | 12 | 44 | 0 | 133 | 104 | 70 | 531 | 124 | 30 |
| Binary | 1110000 | 1010 | 100100 | 0 | 1011011 | 1000100 | 111000 | 101011001 | 1010100 | 11000 |
Color Harmonies of #700A24
Complementary color
Monochromatic Colors of #700A24
Black with #700A24
Text Example
Text Example
White with #700A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A24; }
p { color: rgb(112,10,36); }
H1.HeaderClassName
{
color: #700A24;
}
.AnyTagClassName
{
color: #700A24;
}
</style>
background-color css
<style>
a { background-color: #700A24; }
a { background-color: rgb(112,10,36); }
div.DivClassName
{
background-color: #700A24;
}
.BgClassName
{
background-color: #700A24;
}
</style>
border-color css
<style>
span { border-color: #700A24; }
span { border-color: rgb(112,10,36); }
td.TdClassName
{
border-color: #700A24;
}
.TagClassName
{
border-color: #700A24;
}
</style>