#8B3331

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

Shades of Tall Poppy #8B3331

Tints of Tall Poppy #8B3331

Color information

#8B3331 (or 0x8B3331) is unknown color: approx Tall Poppy. HEX triplet: 8B, 33 and 31. RGB value is (139,51,49). Sum of RGB (Red+Green+Blue) = 139+51+49=239 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.16% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3331 is #74CCCE. Grayscale: #4D4D4D. Windows color (decimal): -7654607 or 3224459. OLE color: 3224459.

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

Color convert

RGB1395149-
CMYK00.630.650.45
HSL1.33º47.87%36.86%-
HSV(B)1.33º64.75%54.51%-
XYZ12.398.083.81-
YUV77.08112.15172.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 58.16%
GREEN value IS 51 (20.31% from 255) = 21.34%
BLUE value IS 49 (19.53% from 255) = 20.50%
R=58.16%
G=21.34%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139514900.630.650.451.3347.8736.86
Hex8B333103F412D13025
Octal21363610771015516045
Binary10001011110011110001011111110000011011011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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