#894040

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

Shades of Tall Poppy #894040

Tints of Tall Poppy #894040

Color information

#894040 (or 0x894040) is unknown color: approx Tall Poppy. HEX triplet: 89, 40 and 40. RGB value is (137,64,64). Sum of RGB (Red+Green+Blue) = 137+64+64=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #894040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894040 is #76BFBF. Grayscale: #555555. Windows color (decimal): -7782336 or 4210825. OLE color: 4210825.

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

Color convert

RGB1376464-
CMYK00.530.530.46
HSL36.32%39.41%-
HSV(B)53.28%53.73%-
XYZ13.089.365.97-
YUV85.83115.68164.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.70%
GREEN value IS 64 (25.39% from 255) = 24.15%
BLUE value IS 64 (25.39% from 255) = 24.15%
R=51.70%
G=24.15%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137646400.530.530.46036.3239.41
Hex894040035352E02427
Octal211100100065655604447
Binary100010011000000100000001101011101011011100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894040; }

 p { color: rgb(137,64,64); }

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

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

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

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

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

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

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