Shades of Burgundy #710B27
Tints of Burgundy #710B27
RGB
CMYK
RGB Variations
Color information
#710B27 (or 0x710B27) is known color: Burgundy. HEX triplet: 71, 0B and 27. RGB value is (113,11,39). Sum of RGB (Red+Green+Blue) = 113+11+39=163 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.33% from 163); Green value is 11 (4.69% from 255 or 6.75% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 113 - color contains mainly: red. Hex color #710B27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710B27 is #8EF4D8. Grayscale: #2C2C2C. Windows color (decimal): -9368793 or 2558833. OLE color: 2558833.
HSL color Cylindrical-coordinate representation of color #710B27: hue angle of 343.53º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710B27 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 11 | 39 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.56 |
| HSL | 343.53º | 0.82% | 0.24% | - |
| HSV(B) | 343.53º | 0.9% | 0.44% | - |
| XYZ | 7.3 | 3.9 | 2.29 | - |
| YUV | 44.69 | 124.79 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 39 | 0 | 0.90 | 0.65 | 0.56 | 343.53 | 0.82 | 0.24 |
| Hex | 71 | B | 27 | 0 | 5A | 41 | 38 | 158 | 52 | 18 |
| Octal | 161 | 13 | 47 | 0 | 132 | 101 | 70 | 530 | 122 | 30 |
| Binary | 1110001 | 1011 | 100111 | 0 | 1011010 | 1000001 | 111000 | 101011000 | 1010010 | 11000 |
Color Harmonies of #710B27
Complementary color
Monochromatic Colors of #710B27
Black with #710B27
Text Example
Text Example
White with #710B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710B27; }
p { color: rgb(113,11,39); }
H1.HeaderClassName
{
color: #710B27;
}
.AnyTagClassName
{
color: #710B27;
}
</style>
background-color css
<style>
a { background-color: #710B27; }
a { background-color: rgb(113,11,39); }
div.DivClassName
{
background-color: #710B27;
}
.BgClassName
{
background-color: #710B27;
}
</style>
border-color css
<style>
span { border-color: #710B27; }
span { border-color: rgb(113,11,39); }
td.TdClassName
{
border-color: #710B27;
}
.TagClassName
{
border-color: #710B27;
}
</style>