#7f313e

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

Shades of Paprika #7F313E

Tints of Paprika #7F313E

Color information

#7F313E (or 0x7F313E) is unknown color: approx Paprika. HEX triplet: 7F, 31 and 3E. RGB value is (127,49,62). Sum of RGB (Red+Green+Blue) = 127+49+62=238 (31% of max value = 765). Red value is 127 (50% from 255 or 53.36% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 127 - color contains mainly: red. Hex color #7F313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F313E is #80CEC1. Grayscale: #494949. Windows color (decimal): -8441538 or 4075903. OLE color: 4075903.

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

Color convert

RGB1274962-
CMYK00.610.510.50
HSL350º44.32%34.51%-
HSV(B)350º61.42%49.8%-
XYZ10.727.065.35-
YUV73.8121.34165.94-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.36%
GREEN value IS 49 (19.53% from 255) = 20.59%
BLUE value IS 62 (24.61% from 255) = 26.05%
R=53.36%
G=20.59%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127496200.610.510.5035044.3234.51
Hex7F313E03D333215e2c23
Octal177617607563625365443
Binary11111111100011111100111101110011110010101011110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f313e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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