Shades of Burgundy #700223
Tints of Burgundy #700223
RGB
CMYK
RGB Variations
Color information
#700223 (or 0x700223) is known color: Burgundy. HEX triplet: 70, 02 and 23. RGB value is (112,2,35). Sum of RGB (Red+Green+Blue) = 112+2+35=149 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.17% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 112 - color contains mainly: red. Hex color #700223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700223 is #8FFDDC. Grayscale: #262626. Windows color (decimal): -9436637 or 2294384. OLE color: 2294384.
HSL color Cylindrical-coordinate representation of color #700223: hue angle of 342º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700223 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 2 | 35 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.56 |
| HSL | 342º | 0.96% | 0.22% | - |
| HSV(B) | 342º | 0.98% | 0.44% | - |
| XYZ | 7.01 | 3.61 | 1.92 | - |
| YUV | 38.65 | 125.94 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 35 | 0 | 0.98 | 0.69 | 0.56 | 342 | 0.96 | 0.22 |
| Hex | 70 | 2 | 23 | 0 | 62 | 45 | 38 | 156 | 60 | 16 |
| Octal | 160 | 2 | 43 | 0 | 142 | 105 | 70 | 526 | 140 | 26 |
| Binary | 1110000 | 10 | 100011 | 0 | 1100010 | 1000101 | 111000 | 101010110 | 1100000 | 10110 |
Color Harmonies of #700223
Complementary color
Monochromatic Colors of #700223
Black with #700223
Text Example
Text Example
White with #700223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700223; }
p { color: rgb(112,2,35); }
H1.HeaderClassName
{
color: #700223;
}
.AnyTagClassName
{
color: #700223;
}
</style>
background-color css
<style>
a { background-color: #700223; }
a { background-color: rgb(112,2,35); }
div.DivClassName
{
background-color: #700223;
}
.BgClassName
{
background-color: #700223;
}
</style>
border-color css
<style>
span { border-color: #700223; }
span { border-color: rgb(112,2,35); }
td.TdClassName
{
border-color: #700223;
}
.TagClassName
{
border-color: #700223;
}
</style>