#7F3140

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

Shades of Paprika #7F3140

Tints of Paprika #7F3140

Color information

#7F3140 (or 0x7F3140) is unknown color: approx Paprika. HEX triplet: 7F, 31 and 40. RGB value is (127,49,64). Sum of RGB (Red+Green+Blue) = 127+49+64=240 (31% of max value = 765). Red value is 127 (50% from 255 or 52.92% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3140 is #80CEBF. Grayscale: #4A4A4A. Windows color (decimal): -8441536 or 4206975. OLE color: 4206975.

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

Color convert

RGB1274964-
CMYK00.610.500.50
HSL348.46º44.32%34.51%-
HSV(B)348.46º61.42%49.8%-
XYZ10.787.085.65-
YUV74.03122.34165.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 52.92%
GREEN value IS 49 (19.53% from 255) = 20.42%
BLUE value IS 64 (25.39% from 255) = 26.67%
R=52.92%
G=20.42%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127496400.610.500.50348.4644.3234.51
Hex7F314003D323215c2c23
Octal1776110007562625345443
Binary111111111000110000000111101110010110010101011100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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