#7B3132

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

Shades of Tamarillo #7B3132

Tints of Tamarillo #7B3132

Color information

#7B3132 (or 0x7B3132) is unknown color: approx Tamarillo. HEX triplet: 7B, 31 and 32. RGB value is (123,49,50). Sum of RGB (Red+Green+Blue) = 123+49+50=222 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.41% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3132 is #84CECD. Grayscale: #474747. Windows color (decimal): -8703694 or 3289467. OLE color: 3289467.

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

Color convert

RGB1234950-
CMYK00.600.590.52
HSL359.19º43.02%33.73%-
HSV(B)359.19º60.16%48.24%-
XYZ9.846.643.78-
YUV71.24116.02164.92-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 55.41%
GREEN value IS 49 (19.53% from 255) = 22.07%
BLUE value IS 50 (19.92% from 255) = 22.52%
R=55.41%
G=22.07%
B=22.52%

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
Decimal123495000.600.590.52359.1943.0233.73
Hex7B313203C3B341672b22
Octal173616207473645475342
Binary11110111100011100100111100111011110100101100111101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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