Html Css Color HEX #832F2C Tall Poppy

📋 copy color: '#832F2C'

red 131 ◦ green 47 ◦ blue 44

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

Shades of Tall Poppy #832F2C

Tints of Tall Poppy #832F2C

RGB

 RED value IS 131 (51.56% from 255) = 59.01%

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

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

R = 59.01%
G = 21.17%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#832F2C (or 0x832F2C) is known color: Tall Poppy. HEX triplet: 83, 2F and 2C. RGB value is (131,47,44). Sum of RGB (Red+Green+Blue) = 131+47+44=222 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.01% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 131 - color contains mainly: red. Hex color #832F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832F2C is #7CD0D3. Grayscale: #474747. Windows color (decimal): -8179924 or 2895747. OLE color: 2895747.

HSL color Cylindrical-coordinate representation of color #832F2C: hue angle of 2.07º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #832F2C is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 47 44 -
CMYK 0 0.64 0.66 0.49
HSL 2.07º 0.5% 0.34% -
HSV(B) 2.07º 0.66% 0.51% -
XYZ 10.83 7.04 3.17 -
YUV 71.77 112.33 170.24 -
System Red Green Blue C M Y K H S L
Decimal 131 47 44 0 0.64 0.66 0.49 2.07 0.5 0.34
Hex 83 2F 2C 0 40 42 31 2 32 22
Octal 203 57 54 0 100 102 61 2 62 42
Binary 10000011 101111 101100 0 1000000 1000010 110001 10 110010 100010

Color Harmonies of #832F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832F2C

Black with #832F2C

Text Example


Text Example

White with #832F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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