Html Css Color HEX #893434 Tall Poppy

📋 copy color: '#893434'

red 137 ◦ green 52 ◦ blue 52

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

Shades of Tall Poppy #893434

Tints of Tall Poppy #893434

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.58%

 BLUE value IS 52 (20.7% from 255) = 21.58%

R = 56.85%
G = 21.58%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#893434 (or 0x893434) is known color: Tall Poppy. HEX triplet: 89, 34 and 34. RGB value is (137,52,52). Sum of RGB (Red+Green+Blue) = 137+52+52=241 (31% of max value = 765). Red value is 137 (53.91% from 255 or 56.85% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 137 - color contains mainly: red. Hex color #893434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893434 is #76CBCB. Grayscale: #4D4D4D. Windows color (decimal): -7785420 or 3421321. OLE color: 3421321.

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

Color convert

RGB 137 52 52 -
CMYK 0 0.62 0.62 0.46
HSL 0.45% 0.37% -
HSV(B) 0.62% 0.54% -
XYZ 12.16 8.02 4.16 -
YUV 77.42 113.66 170.5 -
System Red Green Blue C M Y K H S L
Decimal 137 52 52 0 0.62 0.62 0.46 0 0.45 0.37
Hex 89 34 34 0 3E 3E 2E 0 2D 25
Octal 211 64 64 0 76 76 56 0 55 45
Binary 10001001 110100 110100 0 111110 111110 101110 0 101101 100101

Color Harmonies of #893434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893434

Black with #893434

Text Example


Text Example

White with #893434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893434; }

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

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

background-color css

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

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

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

border-color css

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

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

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