#893A3A

Color #893A3A Tall Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tall Poppy #893A3A

Tints of Tall Poppy #893A3A

Color information

#893A3A (or 0x893A3A) is unknown color: approx Tall Poppy. HEX triplet: 89, 3A and 3A. RGB value is (137,58,58). Sum of RGB (Red+Green+Blue) = 137+58+58=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #893A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893A3A is #76C5C5. Grayscale: #515151. Windows color (decimal): -7783878 or 3816073. OLE color: 3816073.

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

Color convert

RGB1375858-
CMYK00.580.580.46
HSL40.51%38.24%-
HSV(B)57.66%53.73%-
XYZ12.598.655.01-
YUV81.62114.67167.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.15%
GREEN value IS 58 (23.05% from 255) = 22.92%
BLUE value IS 58 (23.05% from 255) = 22.92%
R=54.15%
G=22.92%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137585800.580.580.46040.5138.24
Hex893A3A03A3A2E02926
Octal2117272072725605146
Binary1000100111101011101001110101110101011100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893A3A; }

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

 H1.HeaderClassName
 {
   color: #893A3A;
 }
 .AnyTagClassName
 {
   color: #893A3A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #893A3A;
 }
 .BgClassName
 {
   background-color: #893A3A;
 }
</style>
border-color css

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

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

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