#7C2A2C

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

Shades of Tamarillo #7C2A2C

Tints of Tamarillo #7C2A2C

Color information

#7C2A2C (or 0x7C2A2C) is unknown color: approx Tamarillo. HEX triplet: 7C, 2A and 2C. RGB value is (124,42,44). Sum of RGB (Red+Green+Blue) = 124+42+44=210 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.05% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2A2C is #83D5D3. Grayscale: #424242. Windows color (decimal): -8639956 or 2894460. OLE color: 2894460.

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

Color convert

RGB1244244-
CMYK00.660.650.51
HSL358.54º49.4%32.55%-
HSV(B)358.54º66.13%48.63%-
XYZ9.596.123.06-
YUV66.75115.17168.84-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.05%
GREEN value IS 42 (16.80% from 255) = 20%
BLUE value IS 44 (17.58% from 255) = 20.95%
R=59.05%
G=20%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124424400.660.650.51358.5449.432.55
Hex7C2A2C04241331673121
Octal17452540102101635476141
Binary1111100101010101100010000101000001110011101100111110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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