#7F3230

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

Shades of Tall Poppy #7F3230

Tints of Tall Poppy #7F3230

Color information

#7F3230 (or 0x7F3230) is unknown color: approx Tall Poppy. HEX triplet: 7F, 32 and 30. RGB value is (127,50,48). Sum of RGB (Red+Green+Blue) = 127+50+48=225 (29% of max value = 765). Red value is 127 (50% from 255 or 56.44% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3230 is #80CDCF. Grayscale: #484848. Windows color (decimal): -8441296 or 3158655. OLE color: 3158655.

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

Color convert

RGB1275048-
CMYK00.610.620.50
HSL1.52º45.14%34.31%-
HSV(B)1.52º62.2%49.8%-
XYZ10.437.013.6-
YUV72.79114.01166.66-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 56.44%
GREEN value IS 50 (19.92% from 255) = 22.22%
BLUE value IS 48 (19.14% from 255) = 21.33%
R=56.44%
G=22.22%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127504800.610.620.501.5245.1434.31
Hex7F323003D3E3222d22
Octal1776260075766225542
Binary1111111110010110000011110111111011001010101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,50,48); }

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

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

 a { background-color: rgb(127,50,48); }

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

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

 span { border-color: rgb(127,50,48); }

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