#8B312F

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

Shades of Tall Poppy #8B312F

Tints of Tall Poppy #8B312F

Color information

#8B312F (or 0x8B312F) is unknown color: approx Tall Poppy. HEX triplet: 8B, 31 and 2F. RGB value is (139,49,47). Sum of RGB (Red+Green+Blue) = 139+49+47=235 (31% of max value = 765). Red value is 139 (54.69% from 255 or 59.15% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 139 - color contains mainly: red. Hex color #8B312F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B312F is #74CED0. Grayscale: #4B4B4B. Windows color (decimal): -7655121 or 3092875. OLE color: 3092875.

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

Color convert

RGB1394947-
CMYK00.650.660.45
HSL1.3º49.46%36.47%-
HSV(B)1.3º66.19%54.51%-
XYZ12.267.893.57-
YUV75.68111.82173.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.15%
GREEN value IS 49 (19.53% from 255) = 20.85%
BLUE value IS 47 (18.75% from 255) = 20%
R=59.15%
G=20.85%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139494700.650.660.451.349.4636.47
Hex8B312F041422D13124
Octal213615701011025516144
Binary100010111100011011110100000110000101011011110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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