#84312F

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

Shades of Tall Poppy #84312F

Tints of Tall Poppy #84312F

Color information

#84312F (or 0x84312F) is unknown color: approx Tall Poppy. HEX triplet: 84, 31 and 2F. RGB value is (132,49,47). Sum of RGB (Red+Green+Blue) = 132+49+47=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #84312F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84312F is #7BCED0. Grayscale: #494949. Windows color (decimal): -8113873 or 3092868. OLE color: 3092868.

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

Color convert

RGB1324947-
CMYK00.630.640.48
HSL1.41º47.49%35.1%-
HSV(B)1.41º64.39%51.76%-
XYZ11.137.313.51-
YUV73.59113169.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.89%
GREEN value IS 49 (19.53% from 255) = 21.49%
BLUE value IS 47 (18.75% from 255) = 20.61%
R=57.89%
G=21.49%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132494700.630.640.481.4147.4935.1
Hex84312F03F403012f23
Octal20461570771006015743
Binary10000100110001101111011111110000001100001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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