#8B2E2E

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

Shades of Tall Poppy #8B2E2E

Tints of Tall Poppy #8B2E2E

Color information

#8B2E2E (or 0x8B2E2E) is unknown color: approx Tall Poppy. HEX triplet: 8B, 2E and 2E. RGB value is (139,46,46). Sum of RGB (Red+Green+Blue) = 139+46+46=231 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.17% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2E2E is #74D1D1. Grayscale: #494949. Windows color (decimal): -7655890 or 3026571. OLE color: 3026571.

HSL color Cylindrical-coordinate representation of color #8B2E2E: hue angle of 0º 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 #8B2E2E is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB1394646-
CMYK00.670.670.45
HSL50.27%36.27%-
HSV(B)66.91%54.51%-
XYZ12.127.643.42-
YUV73.81112.31174.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 60.17%
GREEN value IS 46 (18.36% from 255) = 19.91%
BLUE value IS 46 (18.36% from 255) = 19.91%
R=60.17%
G=19.91%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139464600.670.670.45050.2736.27
Hex8B2E2E043432D03224
Octal213565601031035506244
Binary100010111011101011100100001110000111011010110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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