Shades of Burgundy #840330
Tints of Burgundy #840330
RGB
CMYK
RGB Variations
Color information
#840330 (or 0x840330) is known color: Burgundy. HEX triplet: 84, 03 and 30. RGB value is (132,3,48). Sum of RGB (Red+Green+Blue) = 132+3+48=183 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.13% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 132 - color contains mainly: red. Hex color #840330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840330 is #7BFCCF. Grayscale: #2E2E2E. Windows color (decimal): -8125648 or 3146628. OLE color: 3146628.
HSL color Cylindrical-coordinate representation of color #840330: hue angle of 339.07º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #840330 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 3 | 48 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.48 |
| HSL | 339.07º | 0.96% | 0.26% | - |
| HSV(B) | 339.07º | 0.98% | 0.52% | - |
| XYZ | 10.08 | 5.18 | 3.27 | - |
| YUV | 46.7 | 128.74 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 3 | 48 | 0 | 0.98 | 0.64 | 0.48 | 339.07 | 0.96 | 0.26 |
| Hex | 84 | 3 | 30 | 0 | 62 | 40 | 30 | 153 | 60 | 1A |
| Octal | 204 | 3 | 60 | 0 | 142 | 100 | 60 | 523 | 140 | 32 |
| Binary | 10000100 | 11 | 110000 | 0 | 1100010 | 1000000 | 110000 | 101010011 | 1100000 | 11010 |
Color Harmonies of #840330
Complementary color
Monochromatic Colors of #840330
Black with #840330
Text Example
Text Example
White with #840330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840330; }
p { color: rgb(132,3,48); }
H1.HeaderClassName
{
color: #840330;
}
.AnyTagClassName
{
color: #840330;
}
</style>
background-color css
<style>
a { background-color: #840330; }
a { background-color: rgb(132,3,48); }
div.DivClassName
{
background-color: #840330;
}
.BgClassName
{
background-color: #840330;
}
</style>
border-color css
<style>
span { border-color: #840330; }
span { border-color: rgb(132,3,48); }
td.TdClassName
{
border-color: #840330;
}
.TagClassName
{
border-color: #840330;
}
</style>