#850116

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

Shades of Burgundy #850116

Tints of Burgundy #850116

Color information

#850116 (or 0x850116) is unknown color: approx Burgundy. HEX triplet: 85, 01 and 16. RGB value is (133,1,22). Sum of RGB (Red+Green+Blue) = 133+1+22=156 (20% of max value = 765). Red value is 133 (52.34% from 255 or 85.26% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 133 - color contains mainly: red. Hex color #850116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850116 is #7AFEE9. Grayscale: #2A2A2A. Windows color (decimal): -8060650 or 1442181. OLE color: 1442181.

HSL color Cylindrical-coordinate representation of color #850116: hue angle of 350.45º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #850116 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB133122-
CMYK00.990.830.48
HSL350.45º98.51%26.27%-
HSV(B)350.45º99.25%52.16%-
XYZ9.835.071.22-
YUV42.86116.23192.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 85.26%
GREEN value IS 1 (0.78% from 255) = 0.64%
BLUE value IS 22 (8.98% from 255) = 14.10%
R=85.26%
G=0.64%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312200.990.830.48350.4598.5126.27
Hex85116063533015e631a
Octal20512601431236053614332
Binary10000101110110011000111010011110000101011110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850116; }

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

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

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

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

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

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

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

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