#84312E

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

Shades of Tall Poppy #84312E

Tints of Tall Poppy #84312E

Color information

#84312E (or 0x84312E) is unknown color: approx Tall Poppy. HEX triplet: 84, 31 and 2E. RGB value is (132,49,46). Sum of RGB (Red+Green+Blue) = 132+49+46=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #84312E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84312E is #7BCED1. Grayscale: #494949. Windows color (decimal): -8113874 or 3027332. OLE color: 3027332.

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

Color convert

RGB1324946-
CMYK00.630.650.48
HSL2.09º48.31%34.9%-
HSV(B)2.09º65.15%51.76%-
XYZ11.117.33.41-
YUV73.47112.5169.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.15%
GREEN value IS 49 (19.53% from 255) = 21.59%
BLUE value IS 46 (18.36% from 255) = 20.26%
R=58.15%
G=21.59%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132494600.630.650.482.0948.3134.9
Hex84312E03F413023023
Octal20461560771016026043
Binary100001001100011011100111111100000111000010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84312E; }

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

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

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

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

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

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

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

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