#7A2E39

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

Shades of Paprika #7A2E39

Tints of Paprika #7A2E39

Color information

#7A2E39 (or 0x7A2E39) is unknown color: approx Paprika. HEX triplet: 7A, 2E and 39. RGB value is (122,46,57). Sum of RGB (Red+Green+Blue) = 122+46+57=225 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.22% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2E39 is #85D1C6. Grayscale: #464646. Windows color (decimal): -8769991 or 3747450. OLE color: 3747450.

HSL color Cylindrical-coordinate representation of color #7A2E39: hue angle of 351.32º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A2E39 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.52.

Color convert

RGB1224657-
CMYK00.620.530.52
HSL351.32º45.24%32.94%-
HSV(B)351.32º62.3%47.84%-
XYZ9.746.394.59-
YUV69.98120.68165.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 54.22%
GREEN value IS 46 (18.36% from 255) = 20.44%
BLUE value IS 57 (22.66% from 255) = 25.33%
R=54.22%
G=20.44%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122465700.620.530.52351.3245.2432.94
Hex7A2E3903E353415f2d21
Octal172567107665645375541
Binary11110101011101110010111110110101110100101011111101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,46,57); }

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

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

 a { background-color: rgb(122,46,57); }

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

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

 span { border-color: rgb(122,46,57); }

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