#850220

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

Shades of Burgundy #850220

Tints of Burgundy #850220

Color information

#850220 (or 0x850220) is unknown color: approx Burgundy. HEX triplet: 85, 02 and 20. RGB value is (133,2,32). Sum of RGB (Red+Green+Blue) = 133+2+32=167 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.64% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 133 - color contains mainly: red. Hex color #850220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850220 is #7AFDDF. Grayscale: #2C2C2C. Windows color (decimal): -8060384 or 2097797. OLE color: 2097797.

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

Color convert

RGB133232-
CMYK00.980.760.48
HSL346.26º97.04%26.47%-
HSV(B)346.26º98.5%52.16%-
XYZ9.965.131.83-
YUV44.59120.9191.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 79.64%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 32 (12.89% from 255) = 19.16%
R=79.64%
G=1.20%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13323200.980.760.48346.2697.0426.47
Hex852200624C3015a611a
Octal20524001421146053214132
Binary1000010110100000011000101001100110000101011010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850220; }

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

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

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

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

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

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

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

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