#7F2B39

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

Shades of Paprika #7F2B39

Tints of Paprika #7F2B39

Color information

#7F2B39 (or 0x7F2B39) is unknown color: approx Paprika. HEX triplet: 7F, 2B and 39. RGB value is (127,43,57). Sum of RGB (Red+Green+Blue) = 127+43+57=227 (30% of max value = 765). Red value is 127 (50% from 255 or 55.95% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2B39 is #80D4C6. Grayscale: #454545. Windows color (decimal): -8443079 or 3746687. OLE color: 3746687.

HSL color Cylindrical-coordinate representation of color #7F2B39: hue angle of 350º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F2B39 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB1274357-
CMYK00.660.550.50
HSL350º49.41%33.33%-
HSV(B)350º66.14%49.8%-
XYZ10.356.544.59-
YUV69.71120.83168.86-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 55.95%
GREEN value IS 43 (17.19% from 255) = 18.94%
BLUE value IS 57 (22.66% from 255) = 25.11%
R=55.95%
G=18.94%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127435700.660.550.5035049.4133.33
Hex7F2B39042373215e3121
Octal1775371010267625366141
Binary111111110101111100101000010110111110010101011110110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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