#7F3139

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

Shades of Paprika #7F3139

Tints of Paprika #7F3139

Color information

#7F3139 (or 0x7F3139) is unknown color: approx Paprika. HEX triplet: 7F, 31 and 39. RGB value is (127,49,57). Sum of RGB (Red+Green+Blue) = 127+49+57=233 (30% of max value = 765). Red value is 127 (50% from 255 or 54.51% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 57 (22.66% from 255 or 24.46% from 233); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3139 is #80CEC6. Grayscale: #494949. Windows color (decimal): -8441543 or 3748223. OLE color: 3748223.

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

Color convert

RGB1274957-
CMYK00.610.550.50
HSL353.85º44.32%34.51%-
HSV(B)353.85º61.42%49.8%-
XYZ10.5974.66-
YUV73.23118.84166.35-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 54.51%
GREEN value IS 49 (19.53% from 255) = 21.03%
BLUE value IS 57 (22.66% from 255) = 24.46%
R=54.51%
G=21.03%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127495700.610.550.50353.8544.3234.51
Hex7F313903D37321622c23
Octal177617107567625425443
Binary11111111100011110010111101110111110010101100010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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