Html Css Color HEX #832E2D Tall Poppy

📋 copy color: '#832E2D'

red 131 ◦ green 46 ◦ blue 45

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

Shades of Tall Poppy #832E2D

Tints of Tall Poppy #832E2D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.72%

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

R = 59.01%
G = 20.72%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#832E2D (or 0x832E2D) is known color: Tall Poppy. HEX triplet: 83, 2E and 2D. RGB value is (131,46,45). Sum of RGB (Red+Green+Blue) = 131+46+45=222 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.01% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 131 - color contains mainly: red. Hex color #832E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832E2D is #7CD1D2. Grayscale: #474747. Windows color (decimal): -8180179 or 2961027. OLE color: 2961027.

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

Color convert

RGB 131 46 45 -
CMYK 0 0.65 0.66 0.49
HSL 0.7º 0.49% 0.35% -
HSV(B) 0.7º 0.66% 0.51% -
XYZ 10.81 6.97 3.26 -
YUV 71.3 113.16 170.58 -
System Red Green Blue C M Y K H S L
Decimal 131 46 45 0 0.65 0.66 0.49 0.7 0.49 0.35
Hex 83 2E 2D 0 41 42 31 1 31 23
Octal 203 56 55 0 101 102 61 1 61 43
Binary 10000011 101110 101101 0 1000001 1000010 110001 1 110001 100011

Color Harmonies of #832E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832E2D

Black with #832E2D

Text Example


Text Example

White with #832E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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