#8B3332

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

Shades of Tall Poppy #8B3332

Tints of Tall Poppy #8B3332

Color information

#8B3332 (or 0x8B3332) is unknown color: approx Tall Poppy. HEX triplet: 8B, 33 and 32. RGB value is (139,51,50). Sum of RGB (Red+Green+Blue) = 139+51+50=240 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.92% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3332 is #74CCCD. Grayscale: #4D4D4D. Windows color (decimal): -7654606 or 3289995. OLE color: 3289995.

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

Color convert

RGB1395150-
CMYK00.630.640.45
HSL0.67º47.09%37.06%-
HSV(B)0.67º64.03%54.51%-
XYZ12.418.093.92-
YUV77.2112.65172.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 57.92%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 50 (19.92% from 255) = 20.83%
R=57.92%
G=21.25%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139515000.630.640.450.6747.0937.06
Hex8B333203F402D12f25
Octal21363620771005515745
Binary10001011110011110010011111110000001011011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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