Html Css Color HEX #832E2E Tall Poppy

📋 copy color: '#832E2E'

red 131 ◦ green 46 ◦ blue 46

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

Shades of Tall Poppy #832E2E

Tints of Tall Poppy #832E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.63%

R = 58.74%
G = 20.63%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#832E2E (or 0x832E2E) is known color: Tall Poppy. HEX triplet: 83, 2E and 2E. RGB value is (131,46,46). Sum of RGB (Red+Green+Blue) = 131+46+46=223 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.74% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 131 - color contains mainly: red. Hex color #832E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832E2E is #7CD1D1. Grayscale: #474747. Windows color (decimal): -8180178 or 3026563. OLE color: 3026563.

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

Color convert

RGB 131 46 46 -
CMYK 0 0.65 0.65 0.49
HSL 0.48% 0.35% -
HSV(B) 0.65% 0.51% -
XYZ 10.83 6.98 3.36 -
YUV 71.42 113.66 170.5 -
System Red Green Blue C M Y K H S L
Decimal 131 46 46 0 0.65 0.65 0.49 0 0.48 0.35
Hex 83 2E 2E 0 41 41 31 0 30 23
Octal 203 56 56 0 101 101 61 0 60 43
Binary 10000011 101110 101110 0 1000001 1000001 110001 0 110000 100011

Color Harmonies of #832E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832E2E

Black with #832E2E

Text Example


Text Example

White with #832E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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