Shades of Burgundy #850331
Tints of Burgundy #850331
RGB
CMYK
RGB Variations
Color information
#850331 (or 0x850331) is known color: Burgundy. HEX triplet: 85, 03 and 31. RGB value is (133,3,49). Sum of RGB (Red+Green+Blue) = 133+3+49=185 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.89% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 133 - color contains mainly: red. Hex color #850331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850331 is #7AFCCE. Grayscale: #2F2F2F. Windows color (decimal): -8060111 or 3212165. OLE color: 3212165.
HSL color Cylindrical-coordinate representation of color #850331: hue angle of 338.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 #850331 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 3 | 49 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.48 |
| HSL | 338.77º | 0.96% | 0.27% | - |
| HSV(B) | 338.77º | 0.98% | 0.52% | - |
| XYZ | 10.26 | 5.27 | 3.38 | - |
| YUV | 47.11 | 129.07 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 3 | 49 | 0 | 0.98 | 0.63 | 0.48 | 338.77 | 0.96 | 0.27 |
| Hex | 85 | 3 | 31 | 0 | 62 | 3F | 30 | 153 | 60 | 1B |
| Octal | 205 | 3 | 61 | 0 | 142 | 77 | 60 | 523 | 140 | 33 |
| Binary | 10000101 | 11 | 110001 | 0 | 1100010 | 111111 | 110000 | 101010011 | 1100000 | 11011 |
Color Harmonies of #850331
Complementary color
Monochromatic Colors of #850331
Black with #850331
Text Example
Text Example
White with #850331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850331; }
p { color: rgb(133,3,49); }
H1.HeaderClassName
{
color: #850331;
}
.AnyTagClassName
{
color: #850331;
}
</style>
background-color css
<style>
a { background-color: #850331; }
a { background-color: rgb(133,3,49); }
div.DivClassName
{
background-color: #850331;
}
.BgClassName
{
background-color: #850331;
}
</style>
border-color css
<style>
span { border-color: #850331; }
span { border-color: rgb(133,3,49); }
td.TdClassName
{
border-color: #850331;
}
.TagClassName
{
border-color: #850331;
}
</style>