#88312E

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

Shades of Tall Poppy #88312E

Tints of Tall Poppy #88312E

Color information

#88312E (or 0x88312E) is unknown color: approx Tall Poppy. HEX triplet: 88, 31 and 2E. RGB value is (136,49,46). Sum of RGB (Red+Green+Blue) = 136+49+46=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #88312E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88312E is #77CED1. Grayscale: #4A4A4A. Windows color (decimal): -7851730 or 3027336. OLE color: 3027336.

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

Color convert

RGB1364946-
CMYK00.640.660.47
HSL49.45%35.69%-
HSV(B)66.18%53.33%-
XYZ11.747.633.44-
YUV74.67111.82171.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.87%
GREEN value IS 49 (19.53% from 255) = 21.21%
BLUE value IS 46 (18.36% from 255) = 19.91%
R=58.87%
G=21.21%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136494600.640.660.47249.4535.69
Hex88312E040422F23124
Octal210615601001025726144
Binary1000100011000110111001000000100001010111110110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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