Shades of Burgundy #821127
Tints of Burgundy #821127
RGB
CMYK
RGB Variations
Color information
#821127 (or 0x821127) is known color: Burgundy. HEX triplet: 82, 11 and 27. RGB value is (130,17,39). Sum of RGB (Red+Green+Blue) = 130+17+39=186 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.89% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 130 - color contains mainly: red. Hex color #821127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821127 is #7DEED8. Grayscale: #353535. Windows color (decimal): -8253145 or 2560386. OLE color: 2560386.
HSL color Cylindrical-coordinate representation of color #821127: hue angle of 348.32º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821127 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 17 | 39 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.49 |
| HSL | 348.32º | 0.77% | 0.29% | - |
| HSV(B) | 348.32º | 0.87% | 0.51% | - |
| XYZ | 9.77 | 5.29 | 2.43 | - |
| YUV | 53.3 | 119.94 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 39 | 0 | 0.87 | 0.70 | 0.49 | 348.32 | 0.77 | 0.29 |
| Hex | 82 | 11 | 27 | 0 | 57 | 46 | 31 | 15C | 4D | 1D |
| Octal | 202 | 21 | 47 | 0 | 127 | 106 | 61 | 534 | 115 | 35 |
| Binary | 10000010 | 10001 | 100111 | 0 | 1010111 | 1000110 | 110001 | 101011100 | 1001101 | 11101 |
Color Harmonies of #821127
Complementary color
Monochromatic Colors of #821127
Black with #821127
Text Example
Text Example
White with #821127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821127; }
p { color: rgb(130,17,39); }
H1.HeaderClassName
{
color: #821127;
}
.AnyTagClassName
{
color: #821127;
}
</style>
background-color css
<style>
a { background-color: #821127; }
a { background-color: rgb(130,17,39); }
div.DivClassName
{
background-color: #821127;
}
.BgClassName
{
background-color: #821127;
}
</style>
border-color css
<style>
span { border-color: #821127; }
span { border-color: rgb(130,17,39); }
td.TdClassName
{
border-color: #821127;
}
.TagClassName
{
border-color: #821127;
}
</style>