#8B3231

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

Shades of Tall Poppy #8B3231

Tints of Tall Poppy #8B3231

Color information

#8B3231 (or 0x8B3231) is unknown color: approx Tall Poppy. HEX triplet: 8B, 32 and 31. RGB value is (139,50,49). Sum of RGB (Red+Green+Blue) = 139+50+49=238 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.40% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3231 is #74CDCE. Grayscale: #4C4C4C. Windows color (decimal): -7654863 or 3224203. OLE color: 3224203.

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

Color convert

RGB1395049-
CMYK00.640.650.45
HSL0.67º47.87%36.86%-
HSV(B)0.67º64.75%54.51%-
XYZ12.347.993.8-
YUV76.5112.49172.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 58.40%
GREEN value IS 50 (19.92% from 255) = 21.01%
BLUE value IS 49 (19.53% from 255) = 20.59%
R=58.40%
G=21.01%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139504900.640.650.450.6747.8736.86
Hex8B3231040412D13025
Octal213626101001015516045
Binary100010111100101100010100000010000011011011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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