#7A3136

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

Shades of Paprika #7A3136

Tints of Paprika #7A3136

Color information

#7A3136 (or 0x7A3136) is unknown color: approx Paprika. HEX triplet: 7A, 31 and 36. RGB value is (122,49,54). Sum of RGB (Red+Green+Blue) = 122+49+54=225 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.22% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 54 (21.48% from 255 or 24% from 225); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3136 is #85CEC9. Grayscale: #474747. Windows color (decimal): -8769226 or 3551610. OLE color: 3551610.

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

Color convert

RGB1224954-
CMYK00.600.560.52
HSL355.89º42.69%33.53%-
HSV(B)355.89º59.84%47.84%-
XYZ9.796.64.25-
YUV71.4118.18164.09-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 54.22%
GREEN value IS 49 (19.53% from 255) = 21.78%
BLUE value IS 54 (21.48% from 255) = 24%
R=54.22%
G=21.78%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122495400.600.560.52355.8942.6933.53
Hex7A313603C38341642b22
Octal172616607470645445342
Binary11110101100011101100111100111000110100101100100101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,49,54); }

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

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

 a { background-color: rgb(122,49,54); }

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

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

 span { border-color: rgb(122,49,54); }

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