#8c3131

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

Shades of Tall Poppy #8C3131

Tints of Tall Poppy #8C3131

Color information

#8C3131 (or 0x8C3131) is unknown color: approx Tall Poppy. HEX triplet: 8C, 31 and 31. RGB value is (140,49,49). Sum of RGB (Red+Green+Blue) = 140+49+49=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3131 is #73CECE. Grayscale: #4C4C4C. Windows color (decimal): -7589583 or 3223948. OLE color: 3223948.

HSL color Cylindrical-coordinate representation of color #8C3131: hue angle of 0º 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 #8C3131 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB1404949-
CMYK00.650.650.45
HSL48.15%37.06%-
HSV(B)65%54.9%-
XYZ12.477.993.79-
YUV76.21112.65173.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 58.82%
GREEN value IS 49 (19.53% from 255) = 20.59%
BLUE value IS 49 (19.53% from 255) = 20.59%
R=58.82%
G=20.59%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140494900.650.650.45048.1537.06
Hex8C3131041412D03025
Octal214616101011015506045
Binary100011001100011100010100000110000011011010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c3131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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