#7F3A36

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

Shades of Tall Poppy #7F3A36

Tints of Tall Poppy #7F3A36

Color information

#7F3A36 (or 0x7F3A36) is unknown color: approx Tall Poppy. HEX triplet: 7F, 3A and 36. RGB value is (127,58,54). Sum of RGB (Red+Green+Blue) = 127+58+54=239 (31% of max value = 765). Red value is 127 (50% from 255 or 53.14% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3A36 is #80C5C9. Grayscale: #4E4E4E. Windows color (decimal): -8439242 or 3553919. OLE color: 3553919.

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

Color convert

RGB1275854-
CMYK00.540.570.50
HSL3.29º40.33%35.49%-
HSV(B)3.29º57.48%49.8%-
XYZ10.937.84.42-
YUV78.18114.36162.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.14%
GREEN value IS 58 (23.05% from 255) = 24.27%
BLUE value IS 54 (21.48% from 255) = 22.59%
R=53.14%
G=24.27%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127585400.540.570.503.2940.3335.49
Hex7F3A36036393232823
Octal1777266066716235043
Binary1111111111010110110011011011100111001011101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,58,54); }

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

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

 a { background-color: rgb(127,58,54); }

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

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

 span { border-color: rgb(127,58,54); }

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