#890034

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

Shades of Burgundy #890034

Tints of Burgundy #890034

Color information

#890034 (or 0x890034) is unknown color: approx Burgundy. HEX triplet: 89, 00 and 34. RGB value is (137,0,52). Sum of RGB (Red+Green+Blue) = 137+0+52=189 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.49% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 137 - color contains mainly: red. Hex color #890034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890034 is #76FFCB. Grayscale: #2E2E2E. Windows color (decimal): -7798732 or 3408009. OLE color: 3408009.

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

Color convert

RGB137052-
CMYK010.620.46
HSL337.23º100%26.86%-
HSV(B)337.23º100%53.73%-
XYZ10.945.573.75-
YUV46.89130.89192.27-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 72.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 52 (20.70% from 255) = 27.51%
R=72.49%
G=0%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137052010.620.46337.2310026.86
Hex890340643E2E151641b
Octal2110640144765652114433
Binary10001001011010001100100111110101110101010001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890034; }

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

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

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

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

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

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

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

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