#88322E

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

Shades of Tall Poppy #88322E

Tints of Tall Poppy #88322E

Color information

#88322E (or 0x88322E) is unknown color: approx Tall Poppy. HEX triplet: 88, 32 and 2E. RGB value is (136,50,46). Sum of RGB (Red+Green+Blue) = 136+50+46=232 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.62% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 136 - color contains mainly: red. Hex color #88322E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88322E is #77CDD1. Grayscale: #4B4B4B. Windows color (decimal): -7851474 or 3027592. OLE color: 3027592.

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

Color convert

RGB1365046-
CMYK00.630.660.47
HSL2.67º49.45%35.69%-
HSV(B)2.67º66.18%53.33%-
XYZ11.797.713.45-
YUV75.26111.49171.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.62%
GREEN value IS 50 (19.92% from 255) = 21.55%
BLUE value IS 46 (18.36% from 255) = 19.83%
R=58.62%
G=21.55%
B=19.83%

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
Decimal136504600.630.660.472.6749.4535.69
Hex88322E03F422F33124
Octal21062560771025736144
Binary100010001100101011100111111100001010111111110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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