#7C3140

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

Shades of Paprika #7C3140

Tints of Paprika #7C3140

Color information

#7C3140 (or 0x7C3140) is unknown color: approx Paprika. HEX triplet: 7C, 31 and 40. RGB value is (124,49,64). Sum of RGB (Red+Green+Blue) = 124+49+64=237 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.32% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3140 is #83CEBF. Grayscale: #494949. Windows color (decimal): -8638144 or 4206972. OLE color: 4206972.

HSL color Cylindrical-coordinate representation of color #7C3140: hue angle of 348º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C3140 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB1244964-
CMYK00.600.480.51
HSL348º43.35%33.92%-
HSV(B)348º60.48%48.63%-
XYZ10.346.855.63-
YUV73.14122.85164.28-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 52.32%
GREEN value IS 49 (19.53% from 255) = 20.68%
BLUE value IS 64 (25.39% from 255) = 27.00%
R=52.32%
G=20.68%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124496400.600.480.5134843.3533.92
Hex7C314003C303315c2b22
Octal1746110007460635345342
Binary111110011000110000000111100110000110011101011100101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,49,64); }

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

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

 a { background-color: rgb(124,49,64); }

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

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

 span { border-color: rgb(124,49,64); }

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