#8B312E

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

Shades of Tall Poppy #8B312E

Tints of Tall Poppy #8B312E

Color information

#8B312E (or 0x8B312E) is unknown color: approx Tall Poppy. HEX triplet: 8B, 31 and 2E. RGB value is (139,49,46). Sum of RGB (Red+Green+Blue) = 139+49+46=234 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.40% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 139 - color contains mainly: red. Hex color #8B312E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B312E is #74CED1. Grayscale: #4B4B4B. Windows color (decimal): -7655122 or 3027339. OLE color: 3027339.

HSL color Cylindrical-coordinate representation of color #8B312E: hue angle of 1.94º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B312E is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB1394946-
CMYK00.650.670.45
HSL1.94º50.27%36.27%-
HSV(B)1.94º66.91%54.51%-
XYZ12.247.883.46-
YUV75.57111.32173.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.40%
GREEN value IS 49 (19.53% from 255) = 20.94%
BLUE value IS 46 (18.36% from 255) = 19.66%
R=59.40%
G=20.94%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139494600.650.670.451.9450.2736.27
Hex8B312E041432D23224
Octal213615601011035526244
Binary1000101111000110111001000001100001110110110110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,49,46); }

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

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

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

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

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

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

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