Html Css Color HEX #893232 Tall Poppy

📋 copy color: '#893232'

red 137 ◦ green 50 ◦ blue 50

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

Shades of Tall Poppy #893232

Tints of Tall Poppy #893232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.1%

R = 57.81%
G = 21.1%
B = 21.1%

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

#893232 (or 0x893232) is known color: Tall Poppy. HEX triplet: 89, 32 and 32. RGB value is (137,50,50). Sum of RGB (Red+Green+Blue) = 137+50+50=237 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.81% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 137 - color contains mainly: red. Hex color #893232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893232 is #76CDCD. Grayscale: #4C4C4C. Windows color (decimal): -7785934 or 3289737. OLE color: 3289737.

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

Color convert

RGB 137 50 50 -
CMYK 0 0.64 0.64 0.46
HSL 0.47% 0.37% -
HSV(B) 0.64% 0.54% -
XYZ 12.03 7.83 3.89 -
YUV 76.01 113.32 171.5 -
System Red Green Blue C M Y K H S L
Decimal 137 50 50 0 0.64 0.64 0.46 0 0.47 0.37
Hex 89 32 32 0 40 40 2E 0 2F 25
Octal 211 62 62 0 100 100 56 0 57 45
Binary 10001001 110010 110010 0 1000000 1000000 101110 0 101111 100101

Color Harmonies of #893232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893232

Black with #893232

Text Example


Text Example

White with #893232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893232; }

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

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

background-color css

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

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

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

border-color css

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

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

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