#7E393A

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

Shades of Stiletto #7E393A

Tints of Stiletto #7E393A

Color information

#7E393A (or 0x7E393A) is unknown color: approx Stiletto. HEX triplet: 7E, 39 and 3A. RGB value is (126,57,58). Sum of RGB (Red+Green+Blue) = 126+57+58=241 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.28% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 126 - color contains mainly: red. Hex color #7E393A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E393A is #81C6C5. Grayscale: #4D4D4D. Windows color (decimal): -8505030 or 3815806. OLE color: 3815806.

HSL color Cylindrical-coordinate representation of color #7E393A: hue angle of 359.13º 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 #7E393A is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.51.

Color convert

RGB1265758-
CMYK00.550.540.51
HSL359.13º37.7%35.88%-
HSV(B)359.13º54.76%49.41%-
XYZ10.837.674.91-
YUV77.74116.86162.42-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 52.28%
GREEN value IS 57 (22.66% from 255) = 23.65%
BLUE value IS 58 (23.05% from 255) = 24.07%
R=52.28%
G=23.65%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126575800.550.540.51359.1337.735.88
Hex7E393A03736331672624
Octal176717206766635474644
Binary11111101110011110100110111110110110011101100111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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