#84302F

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

Shades of Tall Poppy #84302F

Tints of Tall Poppy #84302F

Color information

#84302F (or 0x84302F) is unknown color: approx Tall Poppy. HEX triplet: 84, 30 and 2F. RGB value is (132,48,47). Sum of RGB (Red+Green+Blue) = 132+48+47=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #84302F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84302F is #7BCFD0. Grayscale: #494949. Windows color (decimal): -8114129 or 3092612. OLE color: 3092612.

HSL color Cylindrical-coordinate representation of color #84302F: hue angle of 0.71º 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 #84302F is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1324847-
CMYK00.640.640.48
HSL0.71º47.49%35.1%-
HSV(B)0.71º64.39%51.76%-
XYZ11.097.223.5-
YUV73113.33170.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.15%
GREEN value IS 48 (19.14% from 255) = 21.15%
BLUE value IS 47 (18.75% from 255) = 20.70%
R=58.15%
G=21.15%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132484700.640.640.480.7147.4935.1
Hex84302F040403012f23
Octal204605701001006015743
Binary100001001100001011110100000010000001100001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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