Shades of Burgundy #850239
Tints of Burgundy #850239
RGB
CMYK
RGB Variations
Color information
#850239 (or 0x850239) is known color: Burgundy. HEX triplet: 85, 02 and 39. RGB value is (133,2,57). Sum of RGB (Red+Green+Blue) = 133+2+57=192 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.27% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 57 (22.66% from 255 or 29.69% from 192); Max value from RGB is 133 - color contains mainly: red. Hex color #850239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850239 is #7AFDC6. Grayscale: #2F2F2F. Windows color (decimal): -8060359 or 3736197. OLE color: 3736197.
HSL color Cylindrical-coordinate representation of color #850239: hue angle of 334.81º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850239 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 2 | 57 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.48 |
| HSL | 334.81º | 0.97% | 0.26% | - |
| HSV(B) | 334.81º | 0.98% | 0.52% | - |
| XYZ | 10.43 | 5.33 | 4.35 | - |
| YUV | 47.44 | 133.4 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 57 | 0 | 0.98 | 0.57 | 0.48 | 334.81 | 0.97 | 0.26 |
| Hex | 85 | 2 | 39 | 0 | 62 | 39 | 30 | 14F | 61 | 1A |
| Octal | 205 | 2 | 71 | 0 | 142 | 71 | 60 | 517 | 141 | 32 |
| Binary | 10000101 | 10 | 111001 | 0 | 1100010 | 111001 | 110000 | 101001111 | 1100001 | 11010 |
Color Harmonies of #850239
Complementary color
Monochromatic Colors of #850239
Black with #850239
Text Example
Text Example
White with #850239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850239; }
p { color: rgb(133,2,57); }
H1.HeaderClassName
{
color: #850239;
}
.AnyTagClassName
{
color: #850239;
}
</style>
background-color css
<style>
a { background-color: #850239; }
a { background-color: rgb(133,2,57); }
div.DivClassName
{
background-color: #850239;
}
.BgClassName
{
background-color: #850239;
}
</style>
border-color css
<style>
span { border-color: #850239; }
span { border-color: rgb(133,2,57); }
td.TdClassName
{
border-color: #850239;
}
.TagClassName
{
border-color: #850239;
}
</style>