#850219

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

Shades of Burgundy #850219

Tints of Burgundy #850219

Color information

#850219 (or 0x850219) is unknown color: approx Burgundy. HEX triplet: 85, 02 and 19. RGB value is (133,2,25). Sum of RGB (Red+Green+Blue) = 133+2+25=160 (21% of max value = 765). Red value is 133 (52.34% from 255 or 83.12% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 133 - color contains mainly: red. Hex color #850219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850219 is #7AFDE6. Grayscale: #2B2B2B. Windows color (decimal): -8060391 or 1639045. OLE color: 1639045.

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

Color convert

RGB133225-
CMYK00.980.810.48
HSL349.47º97.04%26.47%-
HSV(B)349.47º98.5%52.16%-
XYZ9.875.11.38-
YUV43.79117.4191.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 83.12%
GREEN value IS 2 (1.17% from 255) = 1.25%
BLUE value IS 25 (10.16% from 255) = 15.62%
R=83.12%
G=1.25%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.81
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13322500.980.810.48349.4797.0426.47
Hex85219062513015d611a
Octal20523101421216053514132
Binary100001011011001011000101010001110000101011101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850219; }

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

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

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

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

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

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

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

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