Html Css Color HEX #7E3431 Tall Poppy

📋 copy color: '#7E3431'

red 126 ◦ green 52 ◦ blue 49

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

Shades of Tall Poppy #7E3431

Tints of Tall Poppy #7E3431

RGB

 RED value IS 126 (49.61% from 255) = 55.51%

 GREEN value IS 52 (20.7% from 255) = 22.91%

 BLUE value IS 49 (19.53% from 255) = 21.59%

R = 55.51%
G = 22.91%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.51

RGB Variations

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

Color information

#7E3431 (or 0x7E3431) is known color: Tall Poppy. HEX triplet: 7E, 34 and 31. RGB value is (126,52,49). Sum of RGB (Red+Green+Blue) = 126+52+49=227 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.51% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3431 is #81CBCE. Grayscale: #494949. Windows color (decimal): -8506319 or 3224702. OLE color: 3224702.

HSL color Cylindrical-coordinate representation of color #7E3431: hue angle of 2.34º 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 #7E3431 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 52 49 -
CMYK 0 0.59 0.61 0.51
HSL 2.34º 0.44% 0.34% -
HSV(B) 2.34º 0.61% 0.49% -
XYZ 10.39 7.11 3.73 -
YUV 73.78 114.02 165.24 -
System Red Green Blue C M Y K H S L
Decimal 126 52 49 0 0.59 0.61 0.51 2.34 0.44 0.34
Hex 7E 34 31 0 3B 3D 33 2 2C 22
Octal 176 64 61 0 73 75 63 2 54 42
Binary 1111110 110100 110001 0 111011 111101 110011 10 101100 100010

Color Harmonies of #7E3431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3431

Black with #7E3431

Text Example


Text Example

White with #7E3431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E3431;
 }
 .AnyTagClassName
 {
   color: #7E3431;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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