#843232

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

Shades of Tall Poppy #843232

Tints of Tall Poppy #843232

Color information

#843232 (or 0x843232) is unknown color: approx Tall Poppy. HEX triplet: 84, 32 and 32. RGB value is (132,50,50). Sum of RGB (Red+Green+Blue) = 132+50+50=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #843232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843232 is #7BCDCD. Grayscale: #4A4A4A. Windows color (decimal): -8113614 or 3289732. OLE color: 3289732.

HSL color Cylindrical-coordinate representation of color #843232: hue angle of 0º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #843232 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB1325050-
CMYK00.620.620.48
HSL45.05%35.69%-
HSV(B)62.12%51.76%-
XYZ11.237.423.86-
YUV74.52114.17169-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.90%
GREEN value IS 50 (19.92% from 255) = 21.55%
BLUE value IS 50 (19.92% from 255) = 21.55%
R=56.90%
G=21.55%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132505000.620.620.48045.0535.69
Hex84323203E3E3002d24
Octal2046262076766005544
Binary1000010011001011001001111101111101100000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843232; }

 p { color: rgb(132,50,50); }

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

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

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

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

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

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

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