Shades of Burgundy #71092D
Tints of Burgundy #71092D
RGB
CMYK
RGB Variations
Color information
#71092D (or 0x71092D) is known color: Burgundy. HEX triplet: 71, 09 and 2D. RGB value is (113,9,45). Sum of RGB (Red+Green+Blue) = 113+9+45=167 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.66% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 113 - color contains mainly: red. Hex color #71092D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71092D is #8EF6D2. Grayscale: #2C2C2C. Windows color (decimal): -9369299 or 2951537. OLE color: 2951537.
HSL color Cylindrical-coordinate representation of color #71092D: hue angle of 339.23º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #71092D is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 9 | 45 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.56 |
| HSL | 339.23º | 0.85% | 0.24% | - |
| HSV(B) | 339.23º | 0.92% | 0.44% | - |
| XYZ | 7.38 | 3.9 | 2.85 | - |
| YUV | 44.2 | 128.46 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 9 | 45 | 0 | 0.92 | 0.60 | 0.56 | 339.23 | 0.85 | 0.24 |
| Hex | 71 | 9 | 2D | 0 | 5C | 3C | 38 | 153 | 55 | 18 |
| Octal | 161 | 11 | 55 | 0 | 134 | 74 | 70 | 523 | 125 | 30 |
| Binary | 1110001 | 1001 | 101101 | 0 | 1011100 | 111100 | 111000 | 101010011 | 1010101 | 11000 |
Color Harmonies of #71092D
Complementary color
Monochromatic Colors of #71092D
Black with #71092D
Text Example
Text Example
White with #71092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71092D; }
p { color: rgb(113,9,45); }
H1.HeaderClassName
{
color: #71092D;
}
.AnyTagClassName
{
color: #71092D;
}
</style>
background-color css
<style>
a { background-color: #71092D; }
a { background-color: rgb(113,9,45); }
div.DivClassName
{
background-color: #71092D;
}
.BgClassName
{
background-color: #71092D;
}
</style>
border-color css
<style>
span { border-color: #71092D; }
span { border-color: rgb(113,9,45); }
td.TdClassName
{
border-color: #71092D;
}
.TagClassName
{
border-color: #71092D;
}
</style>