#850218

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

Shades of Burgundy #850218

Tints of Burgundy #850218

Color information

#850218 (or 0x850218) is unknown color: approx Burgundy. HEX triplet: 85, 02 and 18. RGB value is (133,2,24). Sum of RGB (Red+Green+Blue) = 133+2+24=159 (21% of max value = 765). Red value is 133 (52.34% from 255 or 83.65% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 133 - color contains mainly: red. Hex color #850218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850218 is #7AFDE7. Grayscale: #2B2B2B. Windows color (decimal): -8060392 or 1573509. OLE color: 1573509.

HSL color Cylindrical-coordinate representation of color #850218: hue angle of 349.92º 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 #850218 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB133224-
CMYK00.980.820.48
HSL349.92º97.04%26.47%-
HSV(B)349.92º98.5%52.16%-
XYZ9.865.11.33-
YUV43.68116.9191.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 83.65%
GREEN value IS 2 (1.17% from 255) = 1.26%
BLUE value IS 24 (9.77% from 255) = 15.09%
R=83.65%
G=1.26%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13322400.980.820.48349.9297.0426.47
Hex85218062523015e611a
Octal20523001421226053614132
Binary100001011011000011000101010010110000101011110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850218; }

 p { color: rgb(133,2,24); }

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

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

 a { background-color: rgb(133,2,24); }

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

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

 span { border-color: rgb(133,2,24); }

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