Shades of Burgundy #850E3C
Tints of Burgundy #850E3C
RGB
CMYK
RGB Variations
Color information
#850E3C (or 0x850E3C) is known color: Burgundy. HEX triplet: 85, 0E and 3C. RGB value is (133,14,60). Sum of RGB (Red+Green+Blue) = 133+14+60=207 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.25% from 207); Green value is 14 (5.86% from 255 or 6.76% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 133 - color contains mainly: red. Hex color #850E3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850E3C is #7AF1C3. Grayscale: #363636. Windows color (decimal): -8057284 or 3935877. OLE color: 3935877.
HSL color Cylindrical-coordinate representation of color #850E3C: hue angle of 336.81º 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 #850E3C is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 14 | 60 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.48 |
| HSL | 336.81º | 0.81% | 0.29% | - |
| HSV(B) | 336.81º | 0.89% | 0.52% | - |
| XYZ | 10.65 | 5.63 | 4.8 | - |
| YUV | 54.83 | 130.92 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 14 | 60 | 0 | 0.89 | 0.55 | 0.48 | 336.81 | 0.81 | 0.29 |
| Hex | 85 | E | 3C | 0 | 59 | 37 | 30 | 151 | 51 | 1D |
| Octal | 205 | 16 | 74 | 0 | 131 | 67 | 60 | 521 | 121 | 35 |
| Binary | 10000101 | 1110 | 111100 | 0 | 1011001 | 110111 | 110000 | 101010001 | 1010001 | 11101 |
Color Harmonies of #850E3C
Complementary color
Monochromatic Colors of #850E3C
Black with #850E3C
Text Example
Text Example
White with #850E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850E3C; }
p { color: rgb(133,14,60); }
H1.HeaderClassName
{
color: #850E3C;
}
.AnyTagClassName
{
color: #850E3C;
}
</style>
background-color css
<style>
a { background-color: #850E3C; }
a { background-color: rgb(133,14,60); }
div.DivClassName
{
background-color: #850E3C;
}
.BgClassName
{
background-color: #850E3C;
}
</style>
border-color css
<style>
span { border-color: #850E3C; }
span { border-color: rgb(133,14,60); }
td.TdClassName
{
border-color: #850E3C;
}
.TagClassName
{
border-color: #850E3C;
}
</style>