#7C2E2F

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

Shades of Tamarillo #7C2E2F

Tints of Tamarillo #7C2E2F

Color information

#7C2E2F (or 0x7C2E2F) is unknown color: approx Tamarillo. HEX triplet: 7C, 2E and 2F. RGB value is (124,46,47). Sum of RGB (Red+Green+Blue) = 124+46+47=217 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.14% from 217); Green value is 46 (18.36% from 255 or 21.20% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2E2F is #83D1D0. Grayscale: #454545. Windows color (decimal): -8638929 or 3092092. OLE color: 3092092.

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

Color convert

RGB1244647-
CMYK00.630.620.51
HSL359.23º45.88%33.33%-
HSV(B)359.23º62.9%48.63%-
XYZ9.86.443.42-
YUV69.44115.34166.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 57.14%
GREEN value IS 46 (18.36% from 255) = 21.20%
BLUE value IS 47 (18.75% from 255) = 21.66%
R=57.14%
G=21.20%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124464700.630.620.51359.2345.8833.33
Hex7C2E2F03F3E331672e21
Octal174565707776635475641
Binary11111001011101011110111111111110110011101100111101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,46,47); }

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

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

 a { background-color: rgb(124,46,47); }

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

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

 span { border-color: rgb(124,46,47); }

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