#8C3431

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

Shades of Tall Poppy #8C3431

Tints of Tall Poppy #8C3431

Color information

#8C3431 (or 0x8C3431) is unknown color: approx Tall Poppy. HEX triplet: 8C, 34 and 31. RGB value is (140,52,49). Sum of RGB (Red+Green+Blue) = 140+52+49=241 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.09% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3431 is #73CBCE. Grayscale: #4E4E4E. Windows color (decimal): -7588815 or 3224716. OLE color: 3224716.

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

Color convert

RGB1405249-
CMYK00.630.650.45
HSL1.98º48.15%37.06%-
HSV(B)1.98º65%54.9%-
XYZ12.68.253.83-
YUV77.97111.65172.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 58.09%
GREEN value IS 52 (20.70% from 255) = 21.58%
BLUE value IS 49 (19.53% from 255) = 20.33%
R=58.09%
G=21.58%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140524900.630.650.451.9848.1537.06
Hex8C343103F412D23025
Octal21464610771015526045
Binary100011001101001100010111111100000110110110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,52,49); }

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

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

 a { background-color: rgb(140,52,49); }

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

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

 span { border-color: rgb(140,52,49); }

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