#7E3631

Color #7E3631 Tall Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tall Poppy #7E3631

Tints of Tall Poppy #7E3631

Color information

#7E3631 (or 0x7E3631) is unknown color: approx Tall Poppy. HEX triplet: 7E, 36 and 31. RGB value is (126,54,49). Sum of RGB (Red+Green+Blue) = 126+54+49=229 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.02% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3631 is #81C9CE. Grayscale: #4B4B4B. Windows color (decimal): -8505807 or 3225214. OLE color: 3225214.

HSL color Cylindrical-coordinate representation of color #7E3631: hue angle of 3.9º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E3631 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.51.

Color convert

RGB1265449-
CMYK00.570.610.51
HSL3.9º44%34.31%-
HSV(B)3.9º61.11%49.41%-
XYZ10.487.33.76-
YUV74.96113.35164.41-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 55.02%
GREEN value IS 54 (21.48% from 255) = 23.58%
BLUE value IS 49 (19.53% from 255) = 21.40%
R=55.02%
G=23.58%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126544900.570.610.513.94434.31
Hex7E36310393D3342c22
Octal1766661071756345442
Binary11111101101101100010111001111101110011100101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E3631; }

 p { color: rgb(126,54,49); }

 H1.HeaderClassName
 {
   color: #7E3631;
 }
 .AnyTagClassName
 {
   color: #7E3631;
 }
</style>
background-color css

<style>
 a { background-color: #7E3631; }

 a { background-color: rgb(126,54,49); }

 div.DivClassName
 {
   background-color: #7E3631;
 }
 .BgClassName
 {
   background-color: #7E3631;
 }
</style>
border-color css

<style>
 span { border-color: #7E3631; }

 span { border-color: rgb(126,54,49); }

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