Shades of Burgundy #71032A
Tints of Burgundy #71032A
RGB
CMYK
RGB Variations
Color information
#71032A (or 0x71032A) is known color: Burgundy. HEX triplet: 71, 03 and 2A. RGB value is (113,3,42). Sum of RGB (Red+Green+Blue) = 113+3+42=158 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.52% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 113 - color contains mainly: red. Hex color #71032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71032A is #8EFCD5. Grayscale: #282828. Windows color (decimal): -9370838 or 2753393. OLE color: 2753393.
HSL color Cylindrical-coordinate representation of color #71032A: hue angle of 338.73º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #71032A is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 3 | 42 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.56 |
| HSL | 338.73º | 0.95% | 0.23% | - |
| HSV(B) | 338.73º | 0.97% | 0.44% | - |
| XYZ | 7.26 | 3.74 | 2.53 | - |
| YUV | 40.34 | 128.94 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 3 | 42 | 0 | 0.97 | 0.63 | 0.56 | 338.73 | 0.95 | 0.23 |
| Hex | 71 | 3 | 2A | 0 | 61 | 3F | 38 | 153 | 5F | 17 |
| Octal | 161 | 3 | 52 | 0 | 141 | 77 | 70 | 523 | 137 | 27 |
| Binary | 1110001 | 11 | 101010 | 0 | 1100001 | 111111 | 111000 | 101010011 | 1011111 | 10111 |
Color Harmonies of #71032A
Complementary color
Monochromatic Colors of #71032A
Black with #71032A
Text Example
Text Example
White with #71032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71032A; }
p { color: rgb(113,3,42); }
H1.HeaderClassName
{
color: #71032A;
}
.AnyTagClassName
{
color: #71032A;
}
</style>
background-color css
<style>
a { background-color: #71032A; }
a { background-color: rgb(113,3,42); }
div.DivClassName
{
background-color: #71032A;
}
.BgClassName
{
background-color: #71032A;
}
</style>
border-color css
<style>
span { border-color: #71032A; }
span { border-color: rgb(113,3,42); }
td.TdClassName
{
border-color: #71032A;
}
.TagClassName
{
border-color: #71032A;
}
</style>