Shades of Burgundy #71022B
Tints of Burgundy #71022B
RGB
CMYK
RGB Variations
Color information
#71022B (or 0x71022B) is known color: Burgundy. HEX triplet: 71, 02 and 2B. RGB value is (113,2,43). Sum of RGB (Red+Green+Blue) = 113+2+43=158 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.52% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 113 - color contains mainly: red. Hex color #71022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71022B is #8EFDD4. Grayscale: #272727. Windows color (decimal): -9371093 or 2818673. OLE color: 2818673.
HSL color Cylindrical-coordinate representation of color #71022B: hue angle of 337.84º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #71022B is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 2 | 43 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.56 |
| HSL | 337.84º | 0.97% | 0.23% | - |
| HSV(B) | 337.84º | 0.98% | 0.44% | - |
| XYZ | 7.27 | 3.73 | 2.62 | - |
| YUV | 39.86 | 129.77 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 2 | 43 | 0 | 0.98 | 0.62 | 0.56 | 337.84 | 0.97 | 0.23 |
| Hex | 71 | 2 | 2B | 0 | 62 | 3E | 38 | 152 | 61 | 17 |
| Octal | 161 | 2 | 53 | 0 | 142 | 76 | 70 | 522 | 141 | 27 |
| Binary | 1110001 | 10 | 101011 | 0 | 1100010 | 111110 | 111000 | 101010010 | 1100001 | 10111 |
Color Harmonies of #71022B
Complementary color
Monochromatic Colors of #71022B
Black with #71022B
Text Example
Text Example
White with #71022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71022B; }
p { color: rgb(113,2,43); }
H1.HeaderClassName
{
color: #71022B;
}
.AnyTagClassName
{
color: #71022B;
}
</style>
background-color css
<style>
a { background-color: #71022B; }
a { background-color: rgb(113,2,43); }
div.DivClassName
{
background-color: #71022B;
}
.BgClassName
{
background-color: #71022B;
}
</style>
border-color css
<style>
span { border-color: #71022B; }
span { border-color: rgb(113,2,43); }
td.TdClassName
{
border-color: #71022B;
}
.TagClassName
{
border-color: #71022B;
}
</style>