#890134

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

Shades of Burgundy #890134

Tints of Burgundy #890134

Color information

#890134 (or 0x890134) is unknown color: approx Burgundy. HEX triplet: 89, 01 and 34. RGB value is (137,1,52). Sum of RGB (Red+Green+Blue) = 137+1+52=190 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.11% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 52 (20.70% from 255 or 27.37% from 190); Max value from RGB is 137 - color contains mainly: red. Hex color #890134 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890134 is #76FECB. Grayscale: #2F2F2F. Windows color (decimal): -7798476 or 3408265. OLE color: 3408265.

HSL color Cylindrical-coordinate representation of color #890134: hue angle of 337.5º 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 #890134 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB137152-
CMYK00.990.620.46
HSL337.5º98.55%27.06%-
HSV(B)337.5º99.27%53.73%-
XYZ10.955.593.75-
YUV47.48130.56191.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 72.11%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 52 (20.70% from 255) = 27.37%
R=72.11%
G=0.53%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13715200.990.620.46337.598.5527.06
Hex891340633E2E152631b
Octal2111640143765652214333
Binary10001001111010001100011111110101110101010010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890134; }

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

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

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

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

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

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

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

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