#76242C

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

Shades of Tamarillo #76242C

Tints of Tamarillo #76242C

Color information

#76242C (or 0x76242C) is unknown color: approx Tamarillo. HEX triplet: 76, 24 and 2C. RGB value is (118,36,44). Sum of RGB (Red+Green+Blue) = 118+36+44=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #76242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76242C is #89DBD3. Grayscale: #3D3D3D. Windows color (decimal): -9034708 or 2892918. OLE color: 2892918.

HSL color Cylindrical-coordinate representation of color #76242C: hue angle of 354.15º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76242C is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB1183644-
CMYK00.690.630.54
HSL354.15º53.25%30.2%-
HSV(B)354.15º69.49%46.27%-
XYZ8.565.32.95-
YUV61.43118.17168.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.60%
GREEN value IS 36 (14.45% from 255) = 18.18%
BLUE value IS 44 (17.58% from 255) = 22.22%
R=59.60%
G=18.18%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118364400.690.630.54354.1553.2530.2
Hex76242C0453F36162351e
Octal1664454010577665426536
Binary11101101001001011000100010111111111011010110001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76242C; }

 p { color: rgb(118,36,44); }

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

<style>
 a { background-color: #76242C; }

 a { background-color: rgb(118,36,44); }

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

<style>
 span { border-color: #76242C; }

 span { border-color: rgb(118,36,44); }

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