#890120

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

Shades of Burgundy #890120

Tints of Burgundy #890120

Color information

#890120 (or 0x890120) is unknown color: approx Burgundy. HEX triplet: 89, 01 and 20. RGB value is (137,1,32). Sum of RGB (Red+Green+Blue) = 137+1+32=170 (22% of max value = 765). Red value is 137 (53.91% from 255 or 80.59% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 137 - color contains mainly: red. Hex color #890120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890120 is #76FEDF. Grayscale: #2D2D2D. Windows color (decimal): -7798496 or 2097545. OLE color: 2097545.

HSL color Cylindrical-coordinate representation of color #890120: hue angle of 346.32º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #890120 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB137132-
CMYK00.990.770.46
HSL346.32º98.55%27.06%-
HSV(B)346.32º99.27%53.73%-
XYZ10.595.441.86-
YUV45.2120.56193.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 80.59%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 32 (12.89% from 255) = 18.82%
R=80.59%
G=0.59%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713200.990.770.46346.3298.5527.06
Hex891200634D2E15a631b
Octal21114001431155653214333
Binary100010011100000011000111001101101110101011010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890120; }

 p { color: rgb(137,1,32); }

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

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

 a { background-color: rgb(137,1,32); }

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

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

 span { border-color: rgb(137,1,32); }

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