Html Css Color HEX #893535 Tall Poppy

📋 copy color: '#893535'

red 137 ◦ green 53 ◦ blue 53

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

Shades of Tall Poppy #893535

Tints of Tall Poppy #893535

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.81%

 BLUE value IS 53 (21.09% from 255) = 21.81%

R = 56.38%
G = 21.81%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#893535 (or 0x893535) is known color: Tall Poppy. HEX triplet: 89, 35 and 35. RGB value is (137,53,53). Sum of RGB (Red+Green+Blue) = 137+53+53=243 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.38% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 137 - color contains mainly: red. Hex color #893535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893535 is #76CACA. Grayscale: #4E4E4E. Windows color (decimal): -7785163 or 3487113. OLE color: 3487113.

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

Color convert

RGB 137 53 53 -
CMYK 0 0.61 0.61 0.46
HSL 0.44% 0.37% -
HSV(B) 0.61% 0.54% -
XYZ 12.23 8.12 4.29 -
YUV 78.12 113.83 170 -
System Red Green Blue C M Y K H S L
Decimal 137 53 53 0 0.61 0.61 0.46 0 0.44 0.37
Hex 89 35 35 0 3D 3D 2E 0 2C 25
Octal 211 65 65 0 75 75 56 0 54 45
Binary 10001001 110101 110101 0 111101 111101 101110 0 101100 100101

Color Harmonies of #893535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893535

Black with #893535

Text Example


Text Example

White with #893535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893535; }

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

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

background-color css

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

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

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

border-color css

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

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

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