Shades of Burgundy #700123
Tints of Burgundy #700123
RGB
CMYK
RGB Variations
Color information
#700123 (or 0x700123) is known color: Burgundy. HEX triplet: 70, 01 and 23. RGB value is (112,1,35). Sum of RGB (Red+Green+Blue) = 112+1+35=148 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.68% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 112 - color contains mainly: red. Hex color #700123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700123 is #8FFEDC. Grayscale: #262626. Windows color (decimal): -9436893 or 2294128. OLE color: 2294128.
HSL color Cylindrical-coordinate representation of color #700123: hue angle of 341.62º 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 #700123 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 1 | 35 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.56 |
| HSL | 341.62º | 0.98% | 0.22% | - |
| HSV(B) | 341.62º | 0.99% | 0.44% | - |
| XYZ | 7 | 3.59 | 1.91 | - |
| YUV | 38.07 | 126.27 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 35 | 0 | 0.99 | 0.69 | 0.56 | 341.62 | 0.98 | 0.22 |
| Hex | 70 | 1 | 23 | 0 | 63 | 45 | 38 | 156 | 62 | 16 |
| Octal | 160 | 1 | 43 | 0 | 143 | 105 | 70 | 526 | 142 | 26 |
| Binary | 1110000 | 1 | 100011 | 0 | 1100011 | 1000101 | 111000 | 101010110 | 1100010 | 10110 |
Color Harmonies of #700123
Complementary color
Monochromatic Colors of #700123
Black with #700123
Text Example
Text Example
White with #700123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700123; }
p { color: rgb(112,1,35); }
H1.HeaderClassName
{
color: #700123;
}
.AnyTagClassName
{
color: #700123;
}
</style>
background-color css
<style>
a { background-color: #700123; }
a { background-color: rgb(112,1,35); }
div.DivClassName
{
background-color: #700123;
}
.BgClassName
{
background-color: #700123;
}
</style>
border-color css
<style>
span { border-color: #700123; }
span { border-color: rgb(112,1,35); }
td.TdClassName
{
border-color: #700123;
}
.TagClassName
{
border-color: #700123;
}
</style>