#7C292A

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

Shades of Tamarillo #7C292A

Tints of Tamarillo #7C292A

Color information

#7C292A (or 0x7C292A) is unknown color: approx Tamarillo. HEX triplet: 7C, 29 and 2A. RGB value is (124,41,42). Sum of RGB (Red+Green+Blue) = 124+41+42=207 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.90% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 124 - color contains mainly: red. Hex color #7C292A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C292A is #83D6D5. Grayscale: #424242. Windows color (decimal): -8640214 or 2763132. OLE color: 2763132.

HSL color Cylindrical-coordinate representation of color #7C292A: hue angle of 359.28º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C292A is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.51.

Color convert

RGB1244142-
CMYK00.670.660.51
HSL359.28º50.3%32.35%-
HSV(B)359.28º66.94%48.63%-
XYZ9.526.042.85-
YUV65.93114.5169.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.90%
GREEN value IS 41 (16.41% from 255) = 19.81%
BLUE value IS 42 (16.80% from 255) = 20.29%
R=59.90%
G=19.81%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124414200.670.660.51359.2850.332.35
Hex7C292A04342331673220
Octal17451520103102635476240
Binary1111100101001101010010000111000010110011101100111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,41,42); }

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

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

 a { background-color: rgb(124,41,42); }

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

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

 span { border-color: rgb(124,41,42); }

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