#7F2E3D

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

Shades of Paprika #7F2E3D

Tints of Paprika #7F2E3D

Color information

#7F2E3D (or 0x7F2E3D) is unknown color: approx Paprika. HEX triplet: 7F, 2E and 3D. RGB value is (127,46,61). Sum of RGB (Red+Green+Blue) = 127+46+61=234 (30% of max value = 765). Red value is 127 (50% from 255 or 54.27% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2E3D is #80D1C2. Grayscale: #474747. Windows color (decimal): -8442307 or 4009599. OLE color: 4009599.

HSL color Cylindrical-coordinate representation of color #7F2E3D: hue angle of 348.89º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F2E3D is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB1274661-
CMYK00.640.520.50
HSL348.89º46.82%33.92%-
HSV(B)348.89º63.78%49.8%-
XYZ10.576.85.17-
YUV71.93121.84167.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 54.27%
GREEN value IS 46 (18.36% from 255) = 19.66%
BLUE value IS 61 (24.22% from 255) = 26.07%
R=54.27%
G=19.66%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127466100.640.520.50348.8946.8233.92
Hex7F2E3D040343215d2f22
Octal1775675010064625355742
Binary111111110111011110101000000110100110010101011101101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,46,61); }

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

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

 a { background-color: rgb(127,46,61); }

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

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

 span { border-color: rgb(127,46,61); }

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