Shades of Burgundy #841130
Tints of Burgundy #841130
RGB
CMYK
RGB Variations
Color information
#841130 (or 0x841130) is known color: Burgundy. HEX triplet: 84, 11 and 30. RGB value is (132,17,48). Sum of RGB (Red+Green+Blue) = 132+17+48=197 (26% of max value = 765). Red value is 132 (51.95% from 255 or 67.01% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 132 - color contains mainly: red. Hex color #841130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841130 is #7BEECF. Grayscale: #363636. Windows color (decimal): -8122064 or 3150212. OLE color: 3150212.
HSL color Cylindrical-coordinate representation of color #841130: hue angle of 343.83º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841130 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 17 | 48 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.48 |
| HSL | 343.83º | 0.77% | 0.29% | - |
| HSV(B) | 343.83º | 0.87% | 0.52% | - |
| XYZ | 10.25 | 5.52 | 3.32 | - |
| YUV | 54.92 | 124.1 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 48 | 0 | 0.87 | 0.64 | 0.48 | 343.83 | 0.77 | 0.29 |
| Hex | 84 | 11 | 30 | 0 | 57 | 40 | 30 | 158 | 4D | 1D |
| Octal | 204 | 21 | 60 | 0 | 127 | 100 | 60 | 530 | 115 | 35 |
| Binary | 10000100 | 10001 | 110000 | 0 | 1010111 | 1000000 | 110000 | 101011000 | 1001101 | 11101 |
Color Harmonies of #841130
Complementary color
Monochromatic Colors of #841130
Black with #841130
Text Example
Text Example
White with #841130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841130; }
p { color: rgb(132,17,48); }
H1.HeaderClassName
{
color: #841130;
}
.AnyTagClassName
{
color: #841130;
}
</style>
background-color css
<style>
a { background-color: #841130; }
a { background-color: rgb(132,17,48); }
div.DivClassName
{
background-color: #841130;
}
.BgClassName
{
background-color: #841130;
}
</style>
border-color css
<style>
span { border-color: #841130; }
span { border-color: rgb(132,17,48); }
td.TdClassName
{
border-color: #841130;
}
.TagClassName
{
border-color: #841130;
}
</style>