Shades of Burgundy #850324
Tints of Burgundy #850324
RGB
CMYK
RGB Variations
Color information
#850324 (or 0x850324) is known color: Burgundy. HEX triplet: 85, 03 and 24. RGB value is (133,3,36). Sum of RGB (Red+Green+Blue) = 133+3+36=172 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.33% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 133 - color contains mainly: red. Hex color #850324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850324 is #7AFCDB. Grayscale: #2D2D2D. Windows color (decimal): -8060124 or 2360197. OLE color: 2360197.
HSL color Cylindrical-coordinate representation of color #850324: hue angle of 344.77º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850324 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 3 | 36 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.48 |
| HSL | 344.77º | 0.96% | 0.27% | - |
| HSV(B) | 344.77º | 0.98% | 0.52% | - |
| XYZ | 10.02 | 5.18 | 2.14 | - |
| YUV | 45.63 | 122.57 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 3 | 36 | 0 | 0.98 | 0.73 | 0.48 | 344.77 | 0.96 | 0.27 |
| Hex | 85 | 3 | 24 | 0 | 62 | 49 | 30 | 159 | 60 | 1B |
| Octal | 205 | 3 | 44 | 0 | 142 | 111 | 60 | 531 | 140 | 33 |
| Binary | 10000101 | 11 | 100100 | 0 | 1100010 | 1001001 | 110000 | 101011001 | 1100000 | 11011 |
Color Harmonies of #850324
Complementary color
Monochromatic Colors of #850324
Black with #850324
Text Example
Text Example
White with #850324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850324; }
p { color: rgb(133,3,36); }
H1.HeaderClassName
{
color: #850324;
}
.AnyTagClassName
{
color: #850324;
}
</style>
background-color css
<style>
a { background-color: #850324; }
a { background-color: rgb(133,3,36); }
div.DivClassName
{
background-color: #850324;
}
.BgClassName
{
background-color: #850324;
}
</style>
border-color css
<style>
span { border-color: #850324; }
span { border-color: rgb(133,3,36); }
td.TdClassName
{
border-color: #850324;
}
.TagClassName
{
border-color: #850324;
}
</style>