#7E3031

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

Shades of Tamarillo #7E3031

Tints of Tamarillo #7E3031

Color information

#7E3031 (or 0x7E3031) is unknown color: approx Tamarillo. HEX triplet: 7E, 30 and 31. RGB value is (126,48,49). Sum of RGB (Red+Green+Blue) = 126+48+49=223 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.50% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3031 is #81CFCE. Grayscale: #474747. Windows color (decimal): -8507343 or 3223678. OLE color: 3223678.

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

Color convert

RGB1264849-
CMYK00.620.610.51
HSL359.23º44.83%34.12%-
HSV(B)359.23º61.9%49.41%-
XYZ10.226.773.67-
YUV71.44115.34166.92-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 56.50%
GREEN value IS 48 (19.14% from 255) = 21.52%
BLUE value IS 49 (19.53% from 255) = 21.97%
R=56.50%
G=21.52%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126484900.620.610.51359.2344.8334.12
Hex7E303103E3D331672d22
Octal176606107675635475542
Binary11111101100001100010111110111101110011101100111101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,48,49); }

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

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

 a { background-color: rgb(126,48,49); }

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

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

 span { border-color: rgb(126,48,49); }

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