#7F313F

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

Shades of Paprika #7F313F

Tints of Paprika #7F313F

Color information

#7F313F (or 0x7F313F) is unknown color: approx Paprika. HEX triplet: 7F, 31 and 3F. RGB value is (127,49,63). Sum of RGB (Red+Green+Blue) = 127+49+63=239 (31% of max value = 765). Red value is 127 (50% from 255 or 53.14% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 127 - color contains mainly: red. Hex color #7F313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F313F is #80CEC0. Grayscale: #494949. Windows color (decimal): -8441537 or 4141439. OLE color: 4141439.

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

Color convert

RGB1274963-
CMYK00.610.500.50
HSL349.23º44.32%34.51%-
HSV(B)349.23º61.42%49.8%-
XYZ10.757.075.5-
YUV73.92121.84165.86-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.14%
GREEN value IS 49 (19.53% from 255) = 20.50%
BLUE value IS 63 (25% from 255) = 26.36%
R=53.14%
G=20.50%
B=26.36%

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
Decimal127496300.610.500.50349.2344.3234.51
Hex7F313F03D323215d2c23
Octal177617707562625355443
Binary11111111100011111110111101110010110010101011101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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