#850224

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

Shades of Burgundy #850224

Tints of Burgundy #850224

Color information

#850224 (or 0x850224) is unknown color: approx Burgundy. HEX triplet: 85, 02 and 24. RGB value is (133,2,36). Sum of RGB (Red+Green+Blue) = 133+2+36=171 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.78% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 133 - color contains mainly: red. Hex color #850224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850224 is #7AFDDB. Grayscale: #2D2D2D. Windows color (decimal): -8060380 or 2359941. OLE color: 2359941.

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

Color convert

RGB133236-
CMYK00.980.730.48
HSL344.43º97.04%26.47%-
HSV(B)344.43º98.5%52.16%-
XYZ10.015.162.14-
YUV45.04122.9190.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 77.78%
GREEN value IS 2 (1.17% from 255) = 1.17%
BLUE value IS 36 (14.45% from 255) = 21.05%
R=77.78%
G=1.17%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13323600.980.730.48344.4397.0426.47
Hex852240624930158611a
Octal20524401421116053014132
Binary1000010110100100011000101001001110000101011000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850224; }

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

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

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

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

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

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

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

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