#7F2639

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

Shades of Paprika #7F2639

Tints of Paprika #7F2639

Color information

#7F2639 (or 0x7F2639) is unknown color: approx Paprika. HEX triplet: 7F, 26 and 39. RGB value is (127,38,57). Sum of RGB (Red+Green+Blue) = 127+38+57=222 (29% of max value = 765). Red value is 127 (50% from 255 or 57.21% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 57 (22.66% from 255 or 25.68% from 222); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2639 is #80D9C6. Grayscale: #424242. Windows color (decimal): -8444359 or 3745407. OLE color: 3745407.

HSL color Cylindrical-coordinate representation of color #7F2639: hue angle of 347.19º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7F2639 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB1273857-
CMYK00.700.550.50
HSL347.19º53.94%32.35%-
HSV(B)347.19º70.08%49.8%-
XYZ10.186.194.53-
YUV66.78122.49170.96-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 57.21%
GREEN value IS 38 (15.23% from 255) = 17.12%
BLUE value IS 57 (22.66% from 255) = 25.68%
R=57.21%
G=17.12%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127385700.700.550.50347.1953.9432.35
Hex7F2639046373215b3620
Octal1774671010667625336640
Binary111111110011011100101000110110111110010101011011110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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