Shades of Burgundy #71030A
Tints of Burgundy #71030A
RGB
CMYK
RGB Variations
Color information
#71030A (or 0x71030A) is known color: Burgundy. HEX triplet: 71, 03 and 0A. RGB value is (113,3,10). Sum of RGB (Red+Green+Blue) = 113+3+10=126 (16% of max value = 765). Red value is 113 (44.53% from 255 or 89.68% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 113 - color contains mainly: red. Hex color #71030A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71030A is #8EFCF5. Grayscale: #242424. Windows color (decimal): -9370870 or 656241. OLE color: 656241.
HSL color Cylindrical-coordinate representation of color #71030A: hue angle of 356.18º 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 #71030A is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 3 | 10 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.56 |
| HSL | 356.18º | 0.95% | 0.23% | - |
| HSV(B) | 356.18º | 0.97% | 0.44% | - |
| XYZ | 6.9 | 3.6 | 0.62 | - |
| YUV | 36.69 | 112.94 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 3 | 10 | 0 | 0.97 | 0.91 | 0.56 | 356.18 | 0.95 | 0.23 |
| Hex | 71 | 3 | A | 0 | 61 | 5B | 38 | 164 | 5F | 17 |
| Octal | 161 | 3 | 12 | 0 | 141 | 133 | 70 | 544 | 137 | 27 |
| Binary | 1110001 | 11 | 1010 | 0 | 1100001 | 1011011 | 111000 | 101100100 | 1011111 | 10111 |
Color Harmonies of #71030A
Complementary color
Monochromatic Colors of #71030A
Black with #71030A
Text Example
Text Example
White with #71030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71030A; }
p { color: rgb(113,3,10); }
H1.HeaderClassName
{
color: #71030A;
}
.AnyTagClassName
{
color: #71030A;
}
</style>
background-color css
<style>
a { background-color: #71030A; }
a { background-color: rgb(113,3,10); }
div.DivClassName
{
background-color: #71030A;
}
.BgClassName
{
background-color: #71030A;
}
</style>
border-color css
<style>
span { border-color: #71030A; }
span { border-color: rgb(113,3,10); }
td.TdClassName
{
border-color: #71030A;
}
.TagClassName
{
border-color: #71030A;
}
</style>