#89302E

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

Shades of Tall Poppy #89302E

Tints of Tall Poppy #89302E

Color information

#89302E (or 0x89302E) is unknown color: approx Tall Poppy. HEX triplet: 89, 30 and 2E. RGB value is (137,48,46). Sum of RGB (Red+Green+Blue) = 137+48+46=231 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.31% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 137 - color contains mainly: red. Hex color #89302E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89302E is #76CFD1. Grayscale: #4A4A4A. Windows color (decimal): -7786450 or 3027081. OLE color: 3027081.

HSL color Cylindrical-coordinate representation of color #89302E: hue angle of 1.32º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #89302E is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB1374846-
CMYK00.650.660.46
HSL1.32º49.73%35.88%-
HSV(B)1.32º66.42%53.73%-
XYZ11.877.633.43-
YUV74.38111.99172.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.31%
GREEN value IS 48 (19.14% from 255) = 20.78%
BLUE value IS 46 (18.36% from 255) = 19.91%
R=59.31%
G=20.78%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137484600.650.660.461.3249.7335.88
Hex89302E041422E13224
Octal211605601011025616244
Binary100010011100001011100100000110000101011101110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,48,46); }

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

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

 a { background-color: rgb(137,48,46); }

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

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

 span { border-color: rgb(137,48,46); }

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