#8A3531

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

Shades of Tall Poppy #8A3531

Tints of Tall Poppy #8A3531

Color information

#8A3531 (or 0x8A3531) is unknown color: approx Tall Poppy. HEX triplet: 8A, 35 and 31. RGB value is (138,53,49). Sum of RGB (Red+Green+Blue) = 138+53+49=240 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.5% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3531 is #75CACE. Grayscale: #4E4E4E. Windows color (decimal): -7719631 or 3224970. OLE color: 3224970.

HSL color Cylindrical-coordinate representation of color #8A3531: hue angle of 2.7º degrees, saturation: 0.48, 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 #8A3531 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB1385349-
CMYK00.620.640.46
HSL2.7º47.59%36.67%-
HSV(B)2.7º64.49%54.12%-
XYZ12.318.173.83-
YUV77.96111.66170.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 57.5%
GREEN value IS 53 (21.09% from 255) = 22.08%
BLUE value IS 49 (19.53% from 255) = 20.42%
R=57.5%
G=22.08%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138534900.620.640.462.747.5936.67
Hex8A353103E402E33025
Octal21265610761005636045
Binary100010101101011100010111110100000010111011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A3531; }

 p { color: rgb(138,53,49); }

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

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

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

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

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

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

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