#850839

Color #850839 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #850839

Tints of Burgundy #850839

Color information

#850839 (or 0x850839) is unknown color: approx Burgundy. HEX triplet: 85, 08 and 39. RGB value is (133,8,57). Sum of RGB (Red+Green+Blue) = 133+8+57=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #850839 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850839 is #7AF7C6. Grayscale: #323232. Windows color (decimal): -8058823 or 3737733. OLE color: 3737733.

HSL color Cylindrical-coordinate representation of color #850839: hue angle of 336.48º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850839 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB133857-
CMYK00.940.570.48
HSL336.48º88.65%27.65%-
HSV(B)336.48º93.98%52.16%-
XYZ10.55.464.37-
YUV50.96131.41186.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 67.17%
GREEN value IS 8 (3.52% from 255) = 4.04%
BLUE value IS 57 (22.66% from 255) = 28.79%
R=67.17%
G=4.04%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13385700.940.570.48336.4888.6527.65
Hex8583905E3930150591c
Octal20510710136716052013134
Binary10000101100011100101011110111001110000101010000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850839; }

 p { color: rgb(133,8,57); }

 H1.HeaderClassName
 {
   color: #850839;
 }
 .AnyTagClassName
 {
   color: #850839;
 }
</style>
background-color css

<style>
 a { background-color: #850839; }

 a { background-color: rgb(133,8,57); }

 div.DivClassName
 {
   background-color: #850839;
 }
 .BgClassName
 {
   background-color: #850839;
 }
</style>
border-color css

<style>
 span { border-color: #850839; }

 span { border-color: rgb(133,8,57); }

 td.TdClassName
 {
   border-color: #850839;
 }
 .TagClassName
 {
   border-color: #850839;
 }
</style>