Shades of Burgundy #700321
Tints of Burgundy #700321
RGB
CMYK
RGB Variations
Color information
#700321 (or 0x700321) is known color: Burgundy. HEX triplet: 70, 03 and 21. RGB value is (112,3,33). Sum of RGB (Red+Green+Blue) = 112+3+33=148 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.68% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 112 - color contains mainly: red. Hex color #700321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700321 is #8FFCDE. Grayscale: #272727. Windows color (decimal): -9436383 or 2163568. OLE color: 2163568.
HSL color Cylindrical-coordinate representation of color #700321: hue angle of 343.49º 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 #700321 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 3 | 33 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.56 |
| HSL | 343.49º | 0.95% | 0.23% | - |
| HSV(B) | 343.49º | 0.97% | 0.44% | - |
| XYZ | 6.99 | 3.62 | 1.77 | - |
| YUV | 39.01 | 124.61 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 33 | 0 | 0.97 | 0.71 | 0.56 | 343.49 | 0.95 | 0.23 |
| Hex | 70 | 3 | 21 | 0 | 61 | 47 | 38 | 157 | 5F | 17 |
| Octal | 160 | 3 | 41 | 0 | 141 | 107 | 70 | 527 | 137 | 27 |
| Binary | 1110000 | 11 | 100001 | 0 | 1100001 | 1000111 | 111000 | 101010111 | 1011111 | 10111 |
Color Harmonies of #700321
Complementary color
Monochromatic Colors of #700321
Black with #700321
Text Example
Text Example
White with #700321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700321; }
p { color: rgb(112,3,33); }
H1.HeaderClassName
{
color: #700321;
}
.AnyTagClassName
{
color: #700321;
}
</style>
background-color css
<style>
a { background-color: #700321; }
a { background-color: rgb(112,3,33); }
div.DivClassName
{
background-color: #700321;
}
.BgClassName
{
background-color: #700321;
}
</style>
border-color css
<style>
span { border-color: #700321; }
span { border-color: rgb(112,3,33); }
td.TdClassName
{
border-color: #700321;
}
.TagClassName
{
border-color: #700321;
}
</style>