Shades of Burgundy #700124
Tints of Burgundy #700124
RGB
CMYK
RGB Variations
Color information
#700124 (or 0x700124) is known color: Burgundy. HEX triplet: 70, 01 and 24. RGB value is (112,1,36). Sum of RGB (Red+Green+Blue) = 112+1+36=149 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.17% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 112 - color contains mainly: red. Hex color #700124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700124 is #8FFEDB. Grayscale: #262626. Windows color (decimal): -9436892 or 2359664. OLE color: 2359664.
HSL color Cylindrical-coordinate representation of color #700124: hue angle of 341.08º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700124 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 36 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.56 |
| HSL | 341.08º | 0.98% | 0.22% | - |
| HSV(B) | 341.08º | 0.99% | 0.44% | - |
| XYZ | 7.01 | 3.59 | 1.99 | - |
| YUV | 38.18 | 126.77 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 36 | 0 | 0.99 | 0.68 | 0.56 | 341.08 | 0.98 | 0.22 |
| Hex | 70 | 1 | 24 | 0 | 63 | 44 | 38 | 155 | 62 | 16 |
| Octal | 160 | 1 | 44 | 0 | 143 | 104 | 70 | 525 | 142 | 26 |
| Binary | 1110000 | 1 | 100100 | 0 | 1100011 | 1000100 | 111000 | 101010101 | 1100010 | 10110 |
Color Harmonies of #700124
Complementary color
Monochromatic Colors of #700124
Black with #700124
Text Example
Text Example
White with #700124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700124; }
p { color: rgb(112,1,36); }
H1.HeaderClassName
{
color: #700124;
}
.AnyTagClassName
{
color: #700124;
}
</style>
background-color css
<style>
a { background-color: #700124; }
a { background-color: rgb(112,1,36); }
div.DivClassName
{
background-color: #700124;
}
.BgClassName
{
background-color: #700124;
}
</style>
border-color css
<style>
span { border-color: #700124; }
span { border-color: rgb(112,1,36); }
td.TdClassName
{
border-color: #700124;
}
.TagClassName
{
border-color: #700124;
}
</style>