Html Css Color HEX #8E3939 Tall Poppy

📋 copy color: '#8E3939'

red 142 ◦ green 57 ◦ blue 57

#8E3939
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tall Poppy #8E3939

Tints of Tall Poppy #8E3939

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 value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.44

RGB Variations

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

Color information

#8E3939 (or 0x8E3939) is known color: 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

RGB 142 57 57 -
CMYK 0 0.60 0.60 0.44
HSL 0.43% 0.39% -
HSV(B) 0.6% 0.56% -
XYZ 13.36 8.97 4.9 -
YUV 82.42 113.66 170.5 -
System Red Green Blue C M Y K H S L
Decimal 142 57 57 0 0.60 0.60 0.44 0 0.43 0.39
Hex 8E 39 39 0 3C 3C 2C 0 2B 27
Octal 216 71 71 0 74 74 54 0 53 47
Binary 10001110 111001 111001 0 111100 111100 101100 0 101011 100111

Color Harmonies of #8E3939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3939

Black with #8E3939

Text Example


Text Example

White with #8E3939

Text Example


Text Example

HTML Codes & Css Web 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>