Html Css Color HEX #89302D Tall Poppy

📋 copy color: '#89302D'

red 137 ◦ green 48 ◦ blue 45

#89302D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tall Poppy #89302D

Tints of Tall Poppy #89302D

RGB

 RED value IS 137 (53.91% from 255) = 59.57%

 GREEN value IS 48 (19.14% from 255) = 20.87%

 BLUE value IS 45 (17.97% from 255) = 19.57%

R = 59.57%
G = 20.87%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#89302D (or 0x89302D) is known color: Tall Poppy. HEX triplet: 89, 30 and 2D. RGB value is (137,48,45). Sum of RGB (Red+Green+Blue) = 137+48+45=230 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.57% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 137 - color contains mainly: red. Hex color #89302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89302D is #76CFD2. Grayscale: #4A4A4A. Windows color (decimal): -7786451 or 2961545. OLE color: 2961545.

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

Color convert

RGB 137 48 45 -
CMYK 0 0.65 0.67 0.46
HSL 1.96º 0.51% 0.36% -
HSV(B) 1.96º 0.67% 0.54% -
XYZ 11.85 7.62 3.33 -
YUV 74.27 111.49 172.74 -
System Red Green Blue C M Y K H S L
Decimal 137 48 45 0 0.65 0.67 0.46 1.96 0.51 0.36
Hex 89 30 2D 0 41 43 2E 2 33 24
Octal 211 60 55 0 101 103 56 2 63 44
Binary 10001001 110000 101101 0 1000001 1000011 101110 10 110011 100100

Color Harmonies of #89302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89302D

Black with #89302D

Text Example


Text Example

White with #89302D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89302D;
 }
 .AnyTagClassName
 {
   color: #89302D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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