#7A2940

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

Shades of Paprika #7A2940

Tints of Paprika #7A2940

Color information

#7A2940 (or 0x7A2940) is unknown color: approx Paprika. HEX triplet: 7A, 29 and 40. RGB value is (122,41,64). Sum of RGB (Red+Green+Blue) = 122+41+64=227 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.74% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2940 is #85D6BF. Grayscale: #434343. Windows color (decimal): -8771264 or 4204922. OLE color: 4204922.

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

Color convert

RGB1224164-
CMYK00.660.480.52
HSL342.96º49.69%31.96%-
HSV(B)342.96º66.39%47.84%-
XYZ9.746.095.51-
YUV67.84125.84166.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 53.74%
GREEN value IS 41 (16.41% from 255) = 18.06%
BLUE value IS 64 (25.39% from 255) = 28.19%
R=53.74%
G=18.06%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122416400.660.480.52342.9649.6931.96
Hex7A294004230341573220
Octal17251100010260645276240
Binary1111010101001100000001000010110000110100101010111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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