#850221

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

Shades of Burgundy #850221

Tints of Burgundy #850221

Color information

#850221 (or 0x850221) is unknown color: approx Burgundy. HEX triplet: 85, 02 and 21. RGB value is (133,2,33). Sum of RGB (Red+Green+Blue) = 133+2+33=168 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.17% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 133 - color contains mainly: red. Hex color #850221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850221 is #7AFDDE. Grayscale: #2C2C2C. Windows color (decimal): -8060383 or 2163333. OLE color: 2163333.

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

Color convert

RGB133233-
CMYK00.980.750.48
HSL345.8º97.04%26.47%-
HSV(B)345.8º98.5%52.16%-
XYZ9.975.141.91-
YUV44.7121.4190.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 79.17%
GREEN value IS 2 (1.17% from 255) = 1.19%
BLUE value IS 33 (13.28% from 255) = 19.64%
R=79.17%
G=1.19%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13323300.980.750.48345.897.0426.47
Hex852210624B3015a611a
Octal20524101421136053214132
Binary1000010110100001011000101001011110000101011010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850221; }

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

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

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

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

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

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

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

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