#7B3133

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

Shades of Tamarillo #7B3133

Tints of Tamarillo #7B3133

Color information

#7B3133 (or 0x7B3133) is unknown color: approx Tamarillo. HEX triplet: 7B, 31 and 33. RGB value is (123,49,51). Sum of RGB (Red+Green+Blue) = 123+49+51=223 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.16% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3133 is #84CECC. Grayscale: #474747. Windows color (decimal): -8703693 or 3355003. OLE color: 3355003.

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

Color convert

RGB1234951-
CMYK00.600.590.52
HSL358.38º43.02%33.73%-
HSV(B)358.38º60.16%48.24%-
XYZ9.866.653.89-
YUV71.35116.52164.84-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 55.16%
GREEN value IS 49 (19.53% from 255) = 21.97%
BLUE value IS 51 (20.31% from 255) = 22.87%
R=55.16%
G=21.97%
B=22.87%

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
Decimal123495100.600.590.52358.3843.0233.73
Hex7B313303C3B341662b22
Octal173616307473645465342
Binary11110111100011100110111100111011110100101100110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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