#842D2D

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

Shades of Tall Poppy #842D2D

Tints of Tall Poppy #842D2D

Color information

#842D2D (or 0x842D2D) is unknown color: approx Tall Poppy. HEX triplet: 84, 2D and 2D. RGB value is (132,45,45). Sum of RGB (Red+Green+Blue) = 132+45+45=222 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.46% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 132 - color contains mainly: red. Hex color #842D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842D2D is #7BD2D2. Grayscale: #474747. Windows color (decimal): -8114899 or 2960772. OLE color: 2960772.

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

Color convert

RGB1324545-
CMYK00.660.660.48
HSL49.15%34.71%-
HSV(B)65.91%51.76%-
XYZ10.936.973.25-
YUV71.01113.32171.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.46%
GREEN value IS 45 (17.97% from 255) = 20.27%
BLUE value IS 45 (17.97% from 255) = 20.27%
R=59.46%
G=20.27%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132454500.660.660.48049.1534.71
Hex842D2D042423003123
Octal204555501021026006143
Binary100001001011011011010100001010000101100000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842D2D; }

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

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

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

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

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

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

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

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