Html Css Color HEX #832F2D Tall Poppy

📋 copy color: '#832F2D'

red 131 ◦ green 47 ◦ blue 45

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

Shades of Tall Poppy #832F2D

Tints of Tall Poppy #832F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.18%

R = 58.74%
G = 21.08%
B = 20.18%

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

#832F2D (or 0x832F2D) is known color: Tall Poppy. HEX triplet: 83, 2F and 2D. RGB value is (131,47,45). Sum of RGB (Red+Green+Blue) = 131+47+45=223 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.74% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 131 - color contains mainly: red. Hex color #832F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832F2D is #7CD0D2. Grayscale: #474747. Windows color (decimal): -8179923 or 2961283. OLE color: 2961283.

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

Color convert

RGB 131 47 45 -
CMYK 0 0.64 0.66 0.49
HSL 1.4º 0.49% 0.35% -
HSV(B) 1.4º 0.66% 0.51% -
XYZ 10.85 7.05 3.27 -
YUV 71.89 112.83 170.16 -
System Red Green Blue C M Y K H S L
Decimal 131 47 45 0 0.64 0.66 0.49 1.4 0.49 0.35
Hex 83 2F 2D 0 40 42 31 1 31 23
Octal 203 57 55 0 100 102 61 1 61 43
Binary 10000011 101111 101101 0 1000000 1000010 110001 1 110001 100011

Color Harmonies of #832F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832F2D

Black with #832F2D

Text Example


Text Example

White with #832F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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