#850216

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

Shades of Burgundy #850216

Tints of Burgundy #850216

Color information

#850216 (or 0x850216) is unknown color: approx Burgundy. HEX triplet: 85, 02 and 16. RGB value is (133,2,22). Sum of RGB (Red+Green+Blue) = 133+2+22=157 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.71% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 133 - color contains mainly: red. Hex color #850216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850216 is #7AFDE9. Grayscale: #2B2B2B. Windows color (decimal): -8060394 or 1442437. OLE color: 1442437.

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

Color convert

RGB133222-
CMYK00.980.830.48
HSL350.84º97.04%26.47%-
HSV(B)350.84º98.5%52.16%-
XYZ9.845.091.22-
YUV43.45115.9191.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 84.71%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 22 (8.98% from 255) = 14.01%
R=84.71%
G=1.27%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13322200.980.830.48350.8497.0426.47
Hex85216062533015f611a
Octal20522601421236053714132
Binary100001011010110011000101010011110000101011111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850216; }

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

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

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

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

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

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

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

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