#84312D

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

Shades of Tall Poppy #84312D

Tints of Tall Poppy #84312D

Color information

#84312D (or 0x84312D) is unknown color: approx Tall Poppy. HEX triplet: 84, 31 and 2D. RGB value is (132,49,45). Sum of RGB (Red+Green+Blue) = 132+49+45=226 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.41% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 132 - color contains mainly: red. Hex color #84312D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84312D is #7BCED2. Grayscale: #494949. Windows color (decimal): -8113875 or 2961796. OLE color: 2961796.

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

Color convert

RGB1324945-
CMYK00.630.660.48
HSL2.76º49.15%34.71%-
HSV(B)2.76º65.91%51.76%-
XYZ11.097.293.31-
YUV73.36112169.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.41%
GREEN value IS 49 (19.53% from 255) = 21.68%
BLUE value IS 45 (17.97% from 255) = 19.91%
R=58.41%
G=21.68%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132494500.630.660.482.7649.1534.71
Hex84312D03F423033123
Octal20461550771026036143
Binary100001001100011011010111111100001011000011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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