#8E3535

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

Shades of Tall Poppy #8E3535

Tints of Tall Poppy #8E3535

Color information

#8E3535 (or 0x8E3535) is unknown color: approx Tall Poppy. HEX triplet: 8E, 35 and 35. RGB value is (142,53,53). Sum of RGB (Red+Green+Blue) = 142+53+53=248 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.26% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3535 is #71CACA. Grayscale: #4F4F4F. Windows color (decimal): -7457483 or 3487118. OLE color: 3487118.

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

Color convert

RGB1425353-
CMYK00.630.630.44
HSL45.64%38.24%-
HSV(B)62.68%55.69%-
XYZ13.078.554.33-
YUV79.61112.99172.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.26%
GREEN value IS 53 (21.09% from 255) = 21.37%
BLUE value IS 53 (21.09% from 255) = 21.37%
R=57.26%
G=21.37%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142535300.630.630.44045.6438.24
Hex8E353503F3F2C02e26
Octal2166565077775405646
Binary1000111011010111010101111111111111011000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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