#884040

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

Shades of Tall Poppy #884040

Tints of Tall Poppy #884040

Color information

#884040 (or 0x884040) is unknown color: approx Tall Poppy. HEX triplet: 88, 40 and 40. RGB value is (136,64,64). Sum of RGB (Red+Green+Blue) = 136+64+64=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #884040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884040 is #77BFBF. Grayscale: #555555. Windows color (decimal): -7847872 or 4210824. OLE color: 4210824.

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

Color convert

RGB1366464-
CMYK00.530.530.47
HSL36%39.22%-
HSV(B)52.94%53.33%-
XYZ12.919.275.96-
YUV85.53115.85164-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.52%
GREEN value IS 64 (25.39% from 255) = 24.24%
BLUE value IS 64 (25.39% from 255) = 24.24%
R=51.52%
G=24.24%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136646400.530.530.4703639.22
Hex884040035352F02427
Octal210100100065655704447
Binary100010001000000100000001101011101011011110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884040; }

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

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

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

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

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

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

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

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