Shades of Burgundy #710423
Tints of Burgundy #710423
RGB
CMYK
RGB Variations
Color information
#710423 (or 0x710423) is known color: Burgundy. HEX triplet: 71, 04 and 23. RGB value is (113,4,35). Sum of RGB (Red+Green+Blue) = 113+4+35=152 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.34% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 113 - color contains mainly: red. Hex color #710423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710423 is #8EFBDC. Grayscale: #282828. Windows color (decimal): -9370589 or 2294897. OLE color: 2294897.
HSL color Cylindrical-coordinate representation of color #710423: hue angle of 342.94º 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 #710423 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 4 | 35 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.56 |
| HSL | 342.94º | 0.93% | 0.23% | - |
| HSV(B) | 342.94º | 0.96% | 0.44% | - |
| XYZ | 7.16 | 3.72 | 1.93 | - |
| YUV | 40.13 | 125.11 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 4 | 35 | 0 | 0.96 | 0.69 | 0.56 | 342.94 | 0.93 | 0.23 |
| Hex | 71 | 4 | 23 | 0 | 60 | 45 | 38 | 157 | 5D | 17 |
| Octal | 161 | 4 | 43 | 0 | 140 | 105 | 70 | 527 | 135 | 27 |
| Binary | 1110001 | 100 | 100011 | 0 | 1100000 | 1000101 | 111000 | 101010111 | 1011101 | 10111 |
Color Harmonies of #710423
Complementary color
Monochromatic Colors of #710423
Black with #710423
Text Example
Text Example
White with #710423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710423; }
p { color: rgb(113,4,35); }
H1.HeaderClassName
{
color: #710423;
}
.AnyTagClassName
{
color: #710423;
}
</style>
background-color css
<style>
a { background-color: #710423; }
a { background-color: rgb(113,4,35); }
div.DivClassName
{
background-color: #710423;
}
.BgClassName
{
background-color: #710423;
}
</style>
border-color css
<style>
span { border-color: #710423; }
span { border-color: rgb(113,4,35); }
td.TdClassName
{
border-color: #710423;
}
.TagClassName
{
border-color: #710423;
}
</style>