#7A3240

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

Shades of Paprika #7A3240

Tints of Paprika #7A3240

Color information

#7A3240 (or 0x7A3240) is unknown color: approx Paprika. HEX triplet: 7A, 32 and 40. RGB value is (122,50,64). Sum of RGB (Red+Green+Blue) = 122+50+64=236 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.69% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3240 is #85CDBF. Grayscale: #494949. Windows color (decimal): -8768960 or 4207226. OLE color: 4207226.

HSL color Cylindrical-coordinate representation of color #7A3240: hue angle of 348.33º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A3240 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB1225064-
CMYK00.590.480.52
HSL348.33º41.86%33.73%-
HSV(B)348.33º59.02%47.84%-
XYZ10.096.795.63-
YUV73.12122.85162.86-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 51.69%
GREEN value IS 50 (19.92% from 255) = 21.19%
BLUE value IS 64 (25.39% from 255) = 27.12%
R=51.69%
G=21.19%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122506400.590.480.52348.3341.8633.73
Hex7A324003B303415c2a22
Octal1726210007360645345242
Binary111101011001010000000111011110000110100101011100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,50,64); }

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

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

 a { background-color: rgb(122,50,64); }

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

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

 span { border-color: rgb(122,50,64); }

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