Html Css Color HEX #842F2C Tall Poppy

📋 copy color: '#842F2C'

red 132 ◦ green 47 ◦ blue 44

#842F2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tall Poppy #842F2C

Tints of Tall Poppy #842F2C

RGB

 RED value IS 132 (51.95% from 255) = 59.19%

 GREEN value IS 47 (18.75% from 255) = 21.08%

 BLUE value IS 44 (17.58% from 255) = 19.73%

R = 59.19%
G = 21.08%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#842F2C (or 0x842F2C) is known color: Tall Poppy. HEX triplet: 84, 2F and 2C. RGB value is (132,47,44). Sum of RGB (Red+Green+Blue) = 132+47+44=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #842F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842F2C is #7BD0D3. Grayscale: #484848. Windows color (decimal): -8114388 or 2895748. OLE color: 2895748.

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

Color convert

RGB 132 47 44 -
CMYK 0 0.64 0.67 0.48
HSL 2.05º 0.5% 0.35% -
HSV(B) 2.05º 0.67% 0.52% -
XYZ 10.99 7.12 3.18 -
YUV 72.07 112.16 170.74 -
System Red Green Blue C M Y K H S L
Decimal 132 47 44 0 0.64 0.67 0.48 2.05 0.5 0.35
Hex 84 2F 2C 0 40 43 30 2 32 23
Octal 204 57 54 0 100 103 60 2 62 43
Binary 10000100 101111 101100 0 1000000 1000011 110000 10 110010 100011

Color Harmonies of #842F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842F2C

Black with #842F2C

Text Example


Text Example

White with #842F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #842F2C;
 }
 .AnyTagClassName
 {
   color: #842F2C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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