Html Css Color HEX #8E3938 Tall Poppy

📋 copy color: '#8E3938'

red 142 ◦ green 57 ◦ blue 56

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

Shades of Tall Poppy #8E3938

Tints of Tall Poppy #8E3938

RGB

 RED value IS 142 (55.86% from 255) = 55.69%

 GREEN value IS 57 (22.66% from 255) = 22.35%

 BLUE value IS 56 (22.27% from 255) = 21.96%

R = 55.69%
G = 22.35%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.44

RGB Variations

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

Color information

#8E3938 (or 0x8E3938) is known color: Tall Poppy. HEX triplet: 8E, 39 and 38. RGB value is (142,57,56). Sum of RGB (Red+Green+Blue) = 142+57+56=255 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.69% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3938 is #71C6C7. Grayscale: #525252. Windows color (decimal): -7456456 or 3684750. OLE color: 3684750.

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

Color convert

RGB 142 57 56 -
CMYK 0 0.60 0.61 0.44
HSL 0.7º 0.43% 0.39% -
HSV(B) 0.7º 0.61% 0.56% -
XYZ 13.33 8.96 4.77 -
YUV 82.3 113.16 170.58 -
System Red Green Blue C M Y K H S L
Decimal 142 57 56 0 0.60 0.61 0.44 0.7 0.43 0.39
Hex 8E 39 38 0 3C 3D 2C 1 2B 27
Octal 216 71 70 0 74 75 54 1 53 47
Binary 10001110 111001 111000 0 111100 111101 101100 1 101011 100111

Color Harmonies of #8E3938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3938

Black with #8E3938

Text Example


Text Example

White with #8E3938

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E3938;
 }
 .AnyTagClassName
 {
   color: #8E3938;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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