#7E3941

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

Shades of Stiletto #7E3941

Tints of Stiletto #7E3941

Color information

#7E3941 (or 0x7E3941) is unknown color: approx Stiletto. HEX triplet: 7E, 39 and 41. RGB value is (126,57,65). Sum of RGB (Red+Green+Blue) = 126+57+65=248 (32% of max value = 765). Red value is 126 (49.61% from 255 or 50.81% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3941 is #81C6BE. Grayscale: #4E4E4E. Windows color (decimal): -8505023 or 4274558. OLE color: 4274558.

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

Color convert

RGB1265765-
CMYK00.550.480.51
HSL353.04º37.7%35.88%-
HSV(B)353.04º54.76%49.41%-
XYZ11.027.745.91-
YUV78.54120.36161.85-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 50.81%
GREEN value IS 57 (22.66% from 255) = 22.98%
BLUE value IS 65 (25.78% from 255) = 26.21%
R=50.81%
G=22.98%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126576500.550.480.51353.0437.735.88
Hex7E394103730331612624
Octal1767110106760635414644
Binary111111011100110000010110111110000110011101100001100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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