Html Css Color HEX #893231 Tall Poppy

📋 copy color: '#893231'

red 137 ◦ green 50 ◦ blue 49

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

Shades of Tall Poppy #893231

Tints of Tall Poppy #893231

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.19%

 BLUE value IS 49 (19.53% from 255) = 20.76%

R = 58.05%
G = 21.19%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#893231 (or 0x893231) is known color: Tall Poppy. HEX triplet: 89, 32 and 31. RGB value is (137,50,49). Sum of RGB (Red+Green+Blue) = 137+50+49=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #893231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893231 is #76CDCE. Grayscale: #4B4B4B. Windows color (decimal): -7785935 or 3224201. OLE color: 3224201.

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

Color convert

RGB 137 50 49 -
CMYK 0 0.64 0.64 0.46
HSL 0.68º 0.47% 0.36% -
HSV(B) 0.68º 0.64% 0.54% -
XYZ 12.01 7.82 3.78 -
YUV 75.9 112.82 171.58 -
System Red Green Blue C M Y K H S L
Decimal 137 50 49 0 0.64 0.64 0.46 0.68 0.47 0.36
Hex 89 32 31 0 40 40 2E 1 2F 24
Octal 211 62 61 0 100 100 56 1 57 44
Binary 10001001 110010 110001 0 1000000 1000000 101110 1 101111 100100

Color Harmonies of #893231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893231

Black with #893231

Text Example


Text Example

White with #893231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893231; }

 p { color: rgb(137,50,49); }

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

background-color css

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

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

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

border-color css

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

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

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