Html Css Color HEX #7F3431 Tall Poppy

📋 copy color: '#7F3431'

red 127 ◦ green 52 ◦ blue 49

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

Shades of Tall Poppy #7F3431

Tints of Tall Poppy #7F3431

RGB

 RED value IS 127 (50% from 255) = 55.7%

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

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

R = 55.7%
G = 22.81%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#7F3431 (or 0x7F3431) is known color: Tall Poppy. HEX triplet: 7F, 34 and 31. RGB value is (127,52,49). Sum of RGB (Red+Green+Blue) = 127+52+49=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3431 is #80CBCE. Grayscale: #4A4A4A. Windows color (decimal): -8440783 or 3224703. OLE color: 3224703.

HSL color Cylindrical-coordinate representation of color #7F3431: hue angle of 2.31º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F3431 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 52 49 -
CMYK 0 0.59 0.61 0.50
HSL 2.31º 0.44% 0.35% -
HSV(B) 2.31º 0.61% 0.5% -
XYZ 10.53 7.19 3.74 -
YUV 74.08 113.85 165.74 -
System Red Green Blue C M Y K H S L
Decimal 127 52 49 0 0.59 0.61 0.50 2.31 0.44 0.35
Hex 7F 34 31 0 3B 3D 32 2 2C 23
Octal 177 64 61 0 73 75 62 2 54 43
Binary 1111111 110100 110001 0 111011 111101 110010 10 101100 100011

Color Harmonies of #7F3431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3431

Black with #7F3431

Text Example


Text Example

White with #7F3431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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