#843331

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

Shades of Tall Poppy #843331

Tints of Tall Poppy #843331

Color information

#843331 (or 0x843331) is unknown color: approx Tall Poppy. HEX triplet: 84, 33 and 31. RGB value is (132,51,49). Sum of RGB (Red+Green+Blue) = 132+51+49=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #843331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843331 is #7BCCCE. Grayscale: #4B4B4B. Windows color (decimal): -8113359 or 3224452. OLE color: 3224452.

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

Color convert

RGB1325149-
CMYK00.610.630.48
HSL1.45º45.86%35.49%-
HSV(B)1.45º62.88%51.76%-
XYZ11.257.493.76-
YUV74.99113.34168.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.90%
GREEN value IS 51 (20.31% from 255) = 21.98%
BLUE value IS 49 (19.53% from 255) = 21.12%
R=56.90%
G=21.98%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132514900.610.630.481.4545.8635.49
Hex84333103D3F3012e23
Octal2046361075776015643
Binary1000010011001111000101111011111111100001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843331; }

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

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

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

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

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

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

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

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