#7F3F45

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

Shades of Stiletto #7F3F45

Tints of Stiletto #7F3F45

Color information

#7F3F45 (or 0x7F3F45) is unknown color: approx Stiletto. HEX triplet: 7F, 3F and 45. RGB value is (127,63,69). Sum of RGB (Red+Green+Blue) = 127+63+69=259 (34% of max value = 765). Red value is 127 (50% from 255 or 49.03% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3F45 is #80C0BA. Grayscale: #525252. Windows color (decimal): -8437947 or 4538239. OLE color: 4538239.

HSL color Cylindrical-coordinate representation of color #7F3F45: hue angle of 354.38º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F3F45 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB1276369-
CMYK00.500.460.50
HSL354.38º33.68%37.25%-
HSV(B)354.38º50.39%49.8%-
XYZ11.68.56.66-
YUV82.82120.2159.51-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.03%
GREEN value IS 63 (25% from 255) = 24.32%
BLUE value IS 69 (27.34% from 255) = 26.64%
R=49.03%
G=24.32%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127636900.500.460.50354.3833.6837.25
Hex7F3F450322E321622225
Octal1777710506256625424245
Binary111111111111110001010110010101110110010101100010100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,63,69); }

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

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

 a { background-color: rgb(127,63,69); }

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

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

 span { border-color: rgb(127,63,69); }

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