#7F3130

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

Shades of Tall Poppy #7F3130

Tints of Tall Poppy #7F3130

Color information

#7F3130 (or 0x7F3130) is unknown color: approx Tall Poppy. HEX triplet: 7F, 31 and 30. RGB value is (127,49,48). Sum of RGB (Red+Green+Blue) = 127+49+48=224 (29% of max value = 765). Red value is 127 (50% from 255 or 56.70% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3130 is #80CECF. Grayscale: #484848. Windows color (decimal): -8441552 or 3158399. OLE color: 3158399.

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

Color convert

RGB1274948-
CMYK00.610.620.50
HSL0.76º45.14%34.31%-
HSV(B)0.76º62.2%49.8%-
XYZ10.386.923.59-
YUV72.21114.34167.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 56.70%
GREEN value IS 49 (19.53% from 255) = 21.88%
BLUE value IS 48 (19.14% from 255) = 21.43%
R=56.70%
G=21.88%
B=21.43%

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
Decimal127494800.610.620.500.7645.1434.31
Hex7F313003D3E3212d22
Octal1776160075766215542
Binary111111111000111000001111011111101100101101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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