#8D3332

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

Shades of Tall Poppy #8D3332

Tints of Tall Poppy #8D3332

Color information

#8D3332 (or 0x8D3332) is unknown color: approx Tall Poppy. HEX triplet: 8D, 33 and 32. RGB value is (141,51,50). Sum of RGB (Red+Green+Blue) = 141+51+50=242 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.26% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3332 is #72CCCD. Grayscale: #4D4D4D. Windows color (decimal): -7523534 or 3289997. OLE color: 3289997.

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

Color convert

RGB1415150-
CMYK00.640.650.45
HSL0.66º47.64%37.45%-
HSV(B)0.66º64.54%55.29%-
XYZ12.748.263.94-
YUV77.8112.32173.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 58.26%
GREEN value IS 51 (20.31% from 255) = 21.07%
BLUE value IS 50 (19.92% from 255) = 20.66%
R=58.26%
G=21.07%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141515000.640.650.450.6647.6437.45
Hex8D3332040412D13025
Octal215636201001015516045
Binary100011011100111100100100000010000011011011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,51,50); }

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

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

 a { background-color: rgb(141,51,50); }

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

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

 span { border-color: rgb(141,51,50); }

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