#8E3939

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

Shades of Tall Poppy #8E3939

Tints of Tall Poppy #8E3939

Color information

#8E3939 (or 0x8E3939) is unknown color: approx Tall Poppy. HEX triplet: 8E, 39 and 39. RGB value is (142,57,57). Sum of RGB (Red+Green+Blue) = 142+57+57=256 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.47% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 57 (22.66% from 255 or 22.27% from 256); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3939 is #71C6C6. Grayscale: #525252. Windows color (decimal): -7456455 or 3750286. OLE color: 3750286.

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

Color convert

RGB1425757-
CMYK00.600.600.44
HSL42.71%39.02%-
HSV(B)59.86%55.69%-
XYZ13.368.974.9-
YUV82.42113.66170.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.47%
GREEN value IS 57 (22.66% from 255) = 22.27%
BLUE value IS 57 (22.66% from 255) = 22.27%
R=55.47%
G=22.27%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142575700.600.600.44042.7139.02
Hex8E393903C3C2C02b27
Octal2167171074745405347
Binary1000111011100111100101111001111001011000101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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