#87322E

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

Shades of Tall Poppy #87322E

Tints of Tall Poppy #87322E

Color information

#87322E (or 0x87322E) is unknown color: approx Tall Poppy. HEX triplet: 87, 32 and 2E. RGB value is (135,50,46). Sum of RGB (Red+Green+Blue) = 135+50+46=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #87322E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87322E is #78CDD1. Grayscale: #4B4B4B. Windows color (decimal): -7917010 or 3027591. OLE color: 3027591.

HSL color Cylindrical-coordinate representation of color #87322E: hue angle of 2.7º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #87322E is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1355046-
CMYK00.630.660.47
HSL2.7º49.17%35.49%-
HSV(B)2.7º65.93%52.94%-
XYZ11.637.633.44-
YUV74.96111.66170.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.44%
GREEN value IS 50 (19.92% from 255) = 21.65%
BLUE value IS 46 (18.36% from 255) = 19.91%
R=58.44%
G=21.65%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135504600.630.660.472.749.1735.49
Hex87322E03F422F33123
Octal20762560771025736143
Binary100001111100101011100111111100001010111111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87322E; }

 p { color: rgb(135,50,46); }

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

<style>
 a { background-color: #87322E; }

 a { background-color: rgb(135,50,46); }

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

<style>
 span { border-color: #87322E; }

 span { border-color: rgb(135,50,46); }

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