#7E2D3F

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

Shades of Paprika #7E2D3F

Tints of Paprika #7E2D3F

Color information

#7E2D3F (or 0x7E2D3F) is unknown color: approx Paprika. HEX triplet: 7E, 2D and 3F. RGB value is (126,45,63). Sum of RGB (Red+Green+Blue) = 126+45+63=234 (30% of max value = 765). Red value is 126 (49.61% from 255 or 53.85% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2D3F is #81D2C0. Grayscale: #474747. Windows color (decimal): -8508097 or 4140414. OLE color: 4140414.

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

Color convert

RGB1264563-
CMYK00.640.500.51
HSL346.67º47.37%33.53%-
HSV(B)346.67º64.29%49.41%-
XYZ10.446.675.44-
YUV71.27123.34167.04-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 53.85%
GREEN value IS 45 (17.97% from 255) = 19.23%
BLUE value IS 63 (25% from 255) = 26.92%
R=53.85%
G=19.23%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126456300.640.500.51346.6747.3733.53
Hex7E2D3F040323315b2f22
Octal1765577010062635335742
Binary111111010110111111101000000110010110011101011011101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,45,63); }

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

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

 a { background-color: rgb(126,45,63); }

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

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

 span { border-color: rgb(126,45,63); }

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