Shades of Burgundy #850E2D
Tints of Burgundy #850E2D
RGB
CMYK
RGB Variations
Color information
#850E2D (or 0x850E2D) is known color: Burgundy. HEX triplet: 85, 0E and 2D. RGB value is (133,14,45). Sum of RGB (Red+Green+Blue) = 133+14+45=192 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.27% from 192); Green value is 14 (5.86% from 255 or 7.29% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 133 - color contains mainly: red. Hex color #850E2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850E2D is #7AF1D2. Grayscale: #353535. Windows color (decimal): -8057299 or 2952837. OLE color: 2952837.
HSL color Cylindrical-coordinate representation of color #850E2D: hue angle of 344.37º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #850E2D is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 14 | 45 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.48 |
| HSL | 344.37º | 0.81% | 0.29% | - |
| HSV(B) | 344.37º | 0.89% | 0.52% | - |
| XYZ | 10.3 | 5.49 | 3 | - |
| YUV | 53.12 | 123.42 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 14 | 45 | 0 | 0.89 | 0.66 | 0.48 | 344.37 | 0.81 | 0.29 |
| Hex | 85 | E | 2D | 0 | 59 | 42 | 30 | 158 | 51 | 1D |
| Octal | 205 | 16 | 55 | 0 | 131 | 102 | 60 | 530 | 121 | 35 |
| Binary | 10000101 | 1110 | 101101 | 0 | 1011001 | 1000010 | 110000 | 101011000 | 1010001 | 11101 |
Color Harmonies of #850E2D
Complementary color
Monochromatic Colors of #850E2D
Black with #850E2D
Text Example
Text Example
White with #850E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850E2D; }
p { color: rgb(133,14,45); }
H1.HeaderClassName
{
color: #850E2D;
}
.AnyTagClassName
{
color: #850E2D;
}
</style>
background-color css
<style>
a { background-color: #850E2D; }
a { background-color: rgb(133,14,45); }
div.DivClassName
{
background-color: #850E2D;
}
.BgClassName
{
background-color: #850E2D;
}
</style>
border-color css
<style>
span { border-color: #850E2D; }
span { border-color: rgb(133,14,45); }
td.TdClassName
{
border-color: #850E2D;
}
.TagClassName
{
border-color: #850E2D;
}
</style>