Html Css Color HEX #894040 Tall Poppy

📋 copy color: '#894040'

red 137 ◦ green 64 ◦ blue 64

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

Shades of Tall Poppy #894040

Tints of Tall Poppy #894040

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.15%

 BLUE value IS 64 (25.39% from 255) = 24.15%

R = 51.7%
G = 24.15%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#894040 (or 0x894040) is known color: Tall Poppy. HEX triplet: 89, 40 and 40. RGB value is (137,64,64). Sum of RGB (Red+Green+Blue) = 137+64+64=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #894040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894040 is #76BFBF. Grayscale: #555555. Windows color (decimal): -7782336 or 4210825. OLE color: 4210825.

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

Color convert

RGB 137 64 64 -
CMYK 0 0.53 0.53 0.46
HSL 0.36% 0.39% -
HSV(B) 0.53% 0.54% -
XYZ 13.08 9.36 5.97 -
YUV 85.83 115.68 164.5 -
System Red Green Blue C M Y K H S L
Decimal 137 64 64 0 0.53 0.53 0.46 0 0.36 0.39
Hex 89 40 40 0 35 35 2E 0 24 27
Octal 211 100 100 0 65 65 56 0 44 47
Binary 10001001 1000000 1000000 0 110101 110101 101110 0 100100 100111

Color Harmonies of #894040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894040

Black with #894040

Text Example


Text Example

White with #894040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894040; }

 p { color: rgb(137,64,64); }

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

background-color css

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

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

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

border-color css

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

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

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