#873131

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

Shades of Tall Poppy #873131

Tints of Tall Poppy #873131

Color information

#873131 (or 0x873131) is unknown color: approx Tall Poppy. HEX triplet: 87, 31 and 31. RGB value is (135,49,49). Sum of RGB (Red+Green+Blue) = 135+49+49=233 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.94% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 135 - color contains mainly: red. Hex color #873131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873131 is #78CECE. Grayscale: #4A4A4A. Windows color (decimal): -7917263 or 3223943. OLE color: 3223943.

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

Color convert

RGB1354949-
CMYK00.640.640.47
HSL46.74%36.08%-
HSV(B)63.7%52.94%-
XYZ11.647.573.75-
YUV74.71113.49171-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.94%
GREEN value IS 49 (19.53% from 255) = 21.03%
BLUE value IS 49 (19.53% from 255) = 21.03%
R=57.94%
G=21.03%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135494900.640.640.47046.7436.08
Hex873131040402F02f24
Octal207616101001005705744
Binary100001111100011100010100000010000001011110101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873131; }

 p { color: rgb(135,49,49); }

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

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

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

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

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

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

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