#850222

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

Shades of Burgundy #850222

Tints of Burgundy #850222

Color information

#850222 (or 0x850222) is unknown color: approx Burgundy. HEX triplet: 85, 02 and 22. RGB value is (133,2,34). Sum of RGB (Red+Green+Blue) = 133+2+34=169 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.70% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 133 - color contains mainly: red. Hex color #850222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850222 is #7AFDDD. Grayscale: #2C2C2C. Windows color (decimal): -8060382 or 2228869. OLE color: 2228869.

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

Color convert

RGB133234-
CMYK00.980.740.48
HSL345.34º97.04%26.47%-
HSV(B)345.34º98.5%52.16%-
XYZ9.985.151.98-
YUV44.82121.9190.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 78.70%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 34 (13.67% from 255) = 20.12%
R=78.70%
G=1.18%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13323400.980.740.48345.3497.0426.47
Hex852220624A30159611a
Octal20524201421126053114132
Binary1000010110100010011000101001010110000101011001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850222; }

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

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

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

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

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

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

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

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