Shades of Burgundy #700324
Tints of Burgundy #700324
RGB
CMYK
RGB Variations
Color information
#700324 (or 0x700324) is known color: Burgundy. HEX triplet: 70, 03 and 24. RGB value is (112,3,36). Sum of RGB (Red+Green+Blue) = 112+3+36=151 (20% of max value = 765). Red value is 112 (44.14% from 255 or 74.17% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 112 - color contains mainly: red. Hex color #700324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700324 is #8FFCDB. Grayscale: #272727. Windows color (decimal): -9436380 or 2360176. OLE color: 2360176.
HSL color Cylindrical-coordinate representation of color #700324: hue angle of 341.83º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700324 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 3 | 36 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.56 |
| HSL | 341.83º | 0.95% | 0.23% | - |
| HSV(B) | 341.83º | 0.97% | 0.44% | - |
| XYZ | 7.03 | 3.64 | 2 | - |
| YUV | 39.35 | 126.11 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 36 | 0 | 0.97 | 0.68 | 0.56 | 341.83 | 0.95 | 0.23 |
| Hex | 70 | 3 | 24 | 0 | 61 | 44 | 38 | 156 | 5F | 17 |
| Octal | 160 | 3 | 44 | 0 | 141 | 104 | 70 | 526 | 137 | 27 |
| Binary | 1110000 | 11 | 100100 | 0 | 1100001 | 1000100 | 111000 | 101010110 | 1011111 | 10111 |
Color Harmonies of #700324
Complementary color
Monochromatic Colors of #700324
Black with #700324
Text Example
Text Example
White with #700324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700324; }
p { color: rgb(112,3,36); }
H1.HeaderClassName
{
color: #700324;
}
.AnyTagClassName
{
color: #700324;
}
</style>
background-color css
<style>
a { background-color: #700324; }
a { background-color: rgb(112,3,36); }
div.DivClassName
{
background-color: #700324;
}
.BgClassName
{
background-color: #700324;
}
</style>
border-color css
<style>
span { border-color: #700324; }
span { border-color: rgb(112,3,36); }
td.TdClassName
{
border-color: #700324;
}
.TagClassName
{
border-color: #700324;
}
</style>