#7C3241

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

Shades of Paprika #7C3241

Tints of Paprika #7C3241

Color information

#7C3241 (or 0x7C3241) is unknown color: approx Paprika. HEX triplet: 7C, 32 and 41. RGB value is (124,50,65). Sum of RGB (Red+Green+Blue) = 124+50+65=239 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.88% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 65 (25.78% from 255 or 27.20% from 239); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3241 is #83CDBE. Grayscale: #494949. Windows color (decimal): -8637887 or 4272764. OLE color: 4272764.

HSL color Cylindrical-coordinate representation of color #7C3241: hue angle of 347.84º 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 #7C3241 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB1245065-
CMYK00.600.480.51
HSL347.84º42.53%34.12%-
HSV(B)347.84º59.68%48.63%-
XYZ10.416.955.79-
YUV73.84123.02163.78-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.88%
GREEN value IS 50 (19.92% from 255) = 20.92%
BLUE value IS 65 (25.78% from 255) = 27.20%
R=51.88%
G=20.92%
B=27.20%

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
Decimal124506500.600.480.51347.8442.5334.12
Hex7C324103C303315c2b22
Octal1746210107460635345342
Binary111110011001010000010111100110000110011101011100101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,50,65); }

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

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

 a { background-color: rgb(124,50,65); }

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

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

 span { border-color: rgb(124,50,65); }

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