#850223

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

Shades of Burgundy #850223

Tints of Burgundy #850223

Color information

#850223 (or 0x850223) is unknown color: approx Burgundy. HEX triplet: 85, 02 and 23. RGB value is (133,2,35). Sum of RGB (Red+Green+Blue) = 133+2+35=170 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.24% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 35 (14.06% from 255 or 20.59% from 170); Max value from RGB is 133 - color contains mainly: red. Hex color #850223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850223 is #7AFDDC. Grayscale: #2C2C2C. Windows color (decimal): -8060381 or 2294405. OLE color: 2294405.

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

Color convert

RGB133235-
CMYK00.980.740.48
HSL344.89º97.04%26.47%-
HSV(B)344.89º98.5%52.16%-
XYZ105.152.06-
YUV44.93122.4190.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 78.24%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 35 (14.06% from 255) = 20.59%
R=78.24%
G=1.18%
B=20.59%

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
Decimal13323500.980.740.48344.8997.0426.47
Hex852230624A30159611a
Octal20524301421126053114132
Binary1000010110100011011000101001010110000101011001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850223; }

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

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

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

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

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

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

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

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