Shades of Burgundy #700423
Tints of Burgundy #700423
RGB
CMYK
RGB Variations
Color information
#700423 (or 0x700423) is known color: Burgundy. HEX triplet: 70, 04 and 23. RGB value is (112,4,35). Sum of RGB (Red+Green+Blue) = 112+4+35=151 (20% of max value = 765). Red value is 112 (44.14% from 255 or 74.17% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 112 - color contains mainly: red. Hex color #700423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700423 is #8FFBDC. Grayscale: #272727. Windows color (decimal): -9436125 or 2294896. OLE color: 2294896.
HSL color Cylindrical-coordinate representation of color #700423: hue angle of 342.78º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700423 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 4 | 35 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.56 |
| HSL | 342.78º | 0.93% | 0.23% | - |
| HSV(B) | 342.78º | 0.96% | 0.44% | - |
| XYZ | 7.03 | 3.65 | 1.92 | - |
| YUV | 39.83 | 125.28 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 35 | 0 | 0.96 | 0.69 | 0.56 | 342.78 | 0.93 | 0.23 |
| Hex | 70 | 4 | 23 | 0 | 60 | 45 | 38 | 157 | 5D | 17 |
| Octal | 160 | 4 | 43 | 0 | 140 | 105 | 70 | 527 | 135 | 27 |
| Binary | 1110000 | 100 | 100011 | 0 | 1100000 | 1000101 | 111000 | 101010111 | 1011101 | 10111 |
Color Harmonies of #700423
Complementary color
Monochromatic Colors of #700423
Black with #700423
Text Example
Text Example
White with #700423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700423; }
p { color: rgb(112,4,35); }
H1.HeaderClassName
{
color: #700423;
}
.AnyTagClassName
{
color: #700423;
}
</style>
background-color css
<style>
a { background-color: #700423; }
a { background-color: rgb(112,4,35); }
div.DivClassName
{
background-color: #700423;
}
.BgClassName
{
background-color: #700423;
}
</style>
border-color css
<style>
span { border-color: #700423; }
span { border-color: rgb(112,4,35); }
td.TdClassName
{
border-color: #700423;
}
.TagClassName
{
border-color: #700423;
}
</style>