#7A3132

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

Shades of Tamarillo #7A3132

Tints of Tamarillo #7A3132

Color information

#7A3132 (or 0x7A3132) is unknown color: approx Tamarillo. HEX triplet: 7A, 31 and 32. RGB value is (122,49,50). Sum of RGB (Red+Green+Blue) = 122+49+50=221 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.20% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3132 is #85CECD. Grayscale: #474747. Windows color (decimal): -8769230 or 3289466. OLE color: 3289466.

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

Color convert

RGB1224950-
CMYK00.600.590.52
HSL359.18º42.69%33.53%-
HSV(B)359.18º59.84%47.84%-
XYZ9.76.563.77-
YUV70.94116.18164.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 55.20%
GREEN value IS 49 (19.53% from 255) = 22.17%
BLUE value IS 50 (19.92% from 255) = 22.62%
R=55.20%
G=22.17%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122495000.600.590.52359.1842.6933.53
Hex7A313203C3B341672b22
Octal172616207473645475342
Binary11110101100011100100111100111011110100101100111101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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