Shades of Burgundy #71022A
Tints of Burgundy #71022A
RGB
CMYK
RGB Variations
Color information
#71022A (or 0x71022A) is known color: Burgundy. HEX triplet: 71, 02 and 2A. RGB value is (113,2,42). Sum of RGB (Red+Green+Blue) = 113+2+42=157 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.97% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 113 - color contains mainly: red. Hex color #71022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71022A is #8EFDD5. Grayscale: #272727. Windows color (decimal): -9371094 or 2753137. OLE color: 2753137.
HSL color Cylindrical-coordinate representation of color #71022A: hue angle of 338.38º 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 #71022A is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 2 | 42 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.56 |
| HSL | 338.38º | 0.97% | 0.23% | - |
| HSV(B) | 338.38º | 0.98% | 0.44% | - |
| XYZ | 7.25 | 3.72 | 2.53 | - |
| YUV | 39.75 | 129.27 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 2 | 42 | 0 | 0.98 | 0.63 | 0.56 | 338.38 | 0.97 | 0.23 |
| Hex | 71 | 2 | 2A | 0 | 62 | 3F | 38 | 152 | 61 | 17 |
| Octal | 161 | 2 | 52 | 0 | 142 | 77 | 70 | 522 | 141 | 27 |
| Binary | 1110001 | 10 | 101010 | 0 | 1100010 | 111111 | 111000 | 101010010 | 1100001 | 10111 |
Color Harmonies of #71022A
Complementary color
Monochromatic Colors of #71022A
Black with #71022A
Text Example
Text Example
White with #71022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71022A; }
p { color: rgb(113,2,42); }
H1.HeaderClassName
{
color: #71022A;
}
.AnyTagClassName
{
color: #71022A;
}
</style>
background-color css
<style>
a { background-color: #71022A; }
a { background-color: rgb(113,2,42); }
div.DivClassName
{
background-color: #71022A;
}
.BgClassName
{
background-color: #71022A;
}
</style>
border-color css
<style>
span { border-color: #71022A; }
span { border-color: rgb(113,2,42); }
td.TdClassName
{
border-color: #71022A;
}
.TagClassName
{
border-color: #71022A;
}
</style>