#890439

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

Shades of Burgundy #890439

Tints of Burgundy #890439

Color information

#890439 (or 0x890439) is unknown color: approx Burgundy. HEX triplet: 89, 04 and 39. RGB value is (137,4,57). Sum of RGB (Red+Green+Blue) = 137+4+57=198 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.19% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 137 - color contains mainly: red. Hex color #890439 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890439 is #76FBC6. Grayscale: #313131. Windows color (decimal): -7797703 or 3736713. OLE color: 3736713.

HSL color Cylindrical-coordinate representation of color #890439: hue angle of 336.09º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #890439 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB137457-
CMYK00.970.580.46
HSL336.09º94.33%27.65%-
HSV(B)336.09º97.08%53.73%-
XYZ11.15.74.39-
YUV49.81132.06190.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 69.19%
GREEN value IS 4 (1.95% from 255) = 2.02%
BLUE value IS 57 (22.66% from 255) = 28.79%
R=69.19%
G=2.02%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13745700.970.580.46336.0994.3327.65
Hex894390613A2E1505e1c
Octal2114710141725652013634
Binary1000100110011100101100001111010101110101010000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890439; }

 p { color: rgb(137,4,57); }

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

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

 a { background-color: rgb(137,4,57); }

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

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

 span { border-color: rgb(137,4,57); }

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