#7F393A

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

Shades of Stiletto #7F393A

Tints of Stiletto #7F393A

Color information

#7F393A (or 0x7F393A) is unknown color: approx Stiletto. HEX triplet: 7F, 39 and 3A. RGB value is (127,57,58). Sum of RGB (Red+Green+Blue) = 127+57+58=242 (32% of max value = 765). Red value is 127 (50% from 255 or 52.48% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 127 - color contains mainly: red. Hex color #7F393A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F393A is #80C6C5. Grayscale: #4E4E4E. Windows color (decimal): -8439494 or 3815807. OLE color: 3815807.

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

Color convert

RGB1275758-
CMYK00.550.540.50
HSL359.14º38.04%36.08%-
HSV(B)359.14º55.12%49.8%-
XYZ10.987.744.92-
YUV78.04116.69162.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 52.48%
GREEN value IS 57 (22.66% from 255) = 23.55%
BLUE value IS 58 (23.05% from 255) = 23.97%
R=52.48%
G=23.55%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127575800.550.540.50359.1438.0436.08
Hex7F393A03736321672624
Octal177717206766625474644
Binary11111111110011110100110111110110110010101100111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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