#7E4041

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

Shades of Stiletto #7E4041

Tints of Stiletto #7E4041

Color information

#7E4041 (or 0x7E4041) is unknown color: approx Stiletto. HEX triplet: 7E, 40 and 41. RGB value is (126,64,65). Sum of RGB (Red+Green+Blue) = 126+64+65=255 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.41% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4041 is #81BFBE. Grayscale: #525252. Windows color (decimal): -8503231 or 4276350. OLE color: 4276350.

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

Color convert

RGB1266465-
CMYK00.490.480.51
HSL359.03º32.63%37.25%-
HSV(B)359.03º49.21%49.41%-
XYZ11.398.486.04-
YUV82.65118.04158.92-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 49.41%
GREEN value IS 64 (25.39% from 255) = 25.10%
BLUE value IS 65 (25.78% from 255) = 25.49%
R=49.41%
G=25.10%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126646500.490.480.51359.0332.6337.25
Hex7E404103130331672125
Octal17610010106160635474145
Binary1111110100000010000010110001110000110011101100111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,64,65); }

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

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

 a { background-color: rgb(126,64,65); }

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

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

 span { border-color: rgb(126,64,65); }

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