Shades of Burgundy #840735
Tints of Burgundy #840735
RGB
CMYK
RGB Variations
Color information
#840735 (or 0x840735) is known color: Burgundy. HEX triplet: 84, 07 and 35. RGB value is (132,7,53). Sum of RGB (Red+Green+Blue) = 132+7+53=192 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.75% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 132 - color contains mainly: red. Hex color #840735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840735 is #7BF8CA. Grayscale: #313131. Windows color (decimal): -8124619 or 3475332. OLE color: 3475332.
HSL color Cylindrical-coordinate representation of color #840735: hue angle of 337.92º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840735 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 7 | 53 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.48 |
| HSL | 337.92º | 0.9% | 0.27% | - |
| HSV(B) | 337.92º | 0.95% | 0.52% | - |
| XYZ | 10.23 | 5.31 | 3.85 | - |
| YUV | 49.62 | 129.91 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 7 | 53 | 0 | 0.95 | 0.60 | 0.48 | 337.92 | 0.9 | 0.27 |
| Hex | 84 | 7 | 35 | 0 | 5F | 3C | 30 | 152 | 5A | 1B |
| Octal | 204 | 7 | 65 | 0 | 137 | 74 | 60 | 522 | 132 | 33 |
| Binary | 10000100 | 111 | 110101 | 0 | 1011111 | 111100 | 110000 | 101010010 | 1011010 | 11011 |
Color Harmonies of #840735
Complementary color
Monochromatic Colors of #840735
Black with #840735
Text Example
Text Example
White with #840735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840735; }
p { color: rgb(132,7,53); }
H1.HeaderClassName
{
color: #840735;
}
.AnyTagClassName
{
color: #840735;
}
</style>
background-color css
<style>
a { background-color: #840735; }
a { background-color: rgb(132,7,53); }
div.DivClassName
{
background-color: #840735;
}
.BgClassName
{
background-color: #840735;
}
</style>
border-color css
<style>
span { border-color: #840735; }
span { border-color: rgb(132,7,53); }
td.TdClassName
{
border-color: #840735;
}
.TagClassName
{
border-color: #840735;
}
</style>