Shades of Burgundy #710422
Tints of Burgundy #710422
RGB
CMYK
RGB Variations
Color information
#710422 (or 0x710422) is known color: Burgundy. HEX triplet: 71, 04 and 22. RGB value is (113,4,34). Sum of RGB (Red+Green+Blue) = 113+4+34=151 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.83% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 113 - color contains mainly: red. Hex color #710422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710422 is #8EFBDD. Grayscale: #282828. Windows color (decimal): -9370590 or 2229361. OLE color: 2229361.
HSL color Cylindrical-coordinate representation of color #710422: hue angle of 343.49º 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 #710422 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 4 | 34 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.56 |
| HSL | 343.49º | 0.93% | 0.23% | - |
| HSV(B) | 343.49º | 0.96% | 0.44% | - |
| XYZ | 7.14 | 3.71 | 1.85 | - |
| YUV | 40.01 | 124.61 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 4 | 34 | 0 | 0.96 | 0.70 | 0.56 | 343.49 | 0.93 | 0.23 |
| Hex | 71 | 4 | 22 | 0 | 60 | 46 | 38 | 157 | 5D | 17 |
| Octal | 161 | 4 | 42 | 0 | 140 | 106 | 70 | 527 | 135 | 27 |
| Binary | 1110001 | 100 | 100010 | 0 | 1100000 | 1000110 | 111000 | 101010111 | 1011101 | 10111 |
Color Harmonies of #710422
Complementary color
Monochromatic Colors of #710422
Black with #710422
Text Example
Text Example
White with #710422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710422; }
p { color: rgb(113,4,34); }
H1.HeaderClassName
{
color: #710422;
}
.AnyTagClassName
{
color: #710422;
}
</style>
background-color css
<style>
a { background-color: #710422; }
a { background-color: rgb(113,4,34); }
div.DivClassName
{
background-color: #710422;
}
.BgClassName
{
background-color: #710422;
}
</style>
border-color css
<style>
span { border-color: #710422; }
span { border-color: rgb(113,4,34); }
td.TdClassName
{
border-color: #710422;
}
.TagClassName
{
border-color: #710422;
}
</style>