Shades of Burgundy #700424
Tints of Burgundy #700424
RGB
CMYK
RGB Variations
Color information
#700424 (or 0x700424) is known color: Burgundy. HEX triplet: 70, 04 and 24. RGB value is (112,4,36). Sum of RGB (Red+Green+Blue) = 112+4+36=152 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.68% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 112 - color contains mainly: red. Hex color #700424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700424 is #8FFBDB. Grayscale: #272727. Windows color (decimal): -9436124 or 2360432. OLE color: 2360432.
HSL color Cylindrical-coordinate representation of color #700424: hue angle of 342.22º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700424 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 4 | 36 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.56 |
| HSL | 342.22º | 0.93% | 0.23% | - |
| HSV(B) | 342.22º | 0.96% | 0.44% | - |
| XYZ | 7.04 | 3.66 | 2 | - |
| YUV | 39.94 | 125.78 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 36 | 0 | 0.96 | 0.68 | 0.56 | 342.22 | 0.93 | 0.23 |
| Hex | 70 | 4 | 24 | 0 | 60 | 44 | 38 | 156 | 5D | 17 |
| Octal | 160 | 4 | 44 | 0 | 140 | 104 | 70 | 526 | 135 | 27 |
| Binary | 1110000 | 100 | 100100 | 0 | 1100000 | 1000100 | 111000 | 101010110 | 1011101 | 10111 |
Color Harmonies of #700424
Complementary color
Monochromatic Colors of #700424
Black with #700424
Text Example
Text Example
White with #700424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700424; }
p { color: rgb(112,4,36); }
H1.HeaderClassName
{
color: #700424;
}
.AnyTagClassName
{
color: #700424;
}
</style>
background-color css
<style>
a { background-color: #700424; }
a { background-color: rgb(112,4,36); }
div.DivClassName
{
background-color: #700424;
}
.BgClassName
{
background-color: #700424;
}
</style>
border-color css
<style>
span { border-color: #700424; }
span { border-color: rgb(112,4,36); }
td.TdClassName
{
border-color: #700424;
}
.TagClassName
{
border-color: #700424;
}
</style>