#8E3232

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

Shades of Tall Poppy #8E3232

Tints of Tall Poppy #8E3232

Color information

#8E3232 (or 0x8E3232) is unknown color: approx Tall Poppy. HEX triplet: 8E, 32 and 32. RGB value is (142,50,50). Sum of RGB (Red+Green+Blue) = 142+50+50=242 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.68% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3232 is #71CDCD. Grayscale: #4D4D4D. Windows color (decimal): -7458254 or 3289742. OLE color: 3289742.

HSL color Cylindrical-coordinate representation of color #8E3232: hue angle of 0º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E3232 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB1425050-
CMYK00.650.650.44
HSL47.92%37.65%-
HSV(B)64.79%55.69%-
XYZ12.878.263.93-
YUV77.51112.48174-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.68%
GREEN value IS 50 (19.92% from 255) = 20.66%
BLUE value IS 50 (19.92% from 255) = 20.66%
R=58.68%
G=20.66%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142505000.650.650.44047.9237.65
Hex8E3232041412C03026
Octal216626201011015406046
Binary100011101100101100100100000110000011011000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E3232; }

 p { color: rgb(142,50,50); }

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

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

 a { background-color: rgb(142,50,50); }

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

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

 span { border-color: rgb(142,50,50); }

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