#8C3F40

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

Shades of Stiletto #8C3F40

Tints of Stiletto #8C3F40

Color information

#8C3F40 (or 0x8C3F40) is unknown color: approx Stiletto. HEX triplet: 8C, 3F and 40. RGB value is (140,63,64). Sum of RGB (Red+Green+Blue) = 140+63+64=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3F40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3F40 is #73C0BF. Grayscale: #565656. Windows color (decimal): -7585984 or 4210572. OLE color: 4210572.

HSL color Cylindrical-coordinate representation of color #8C3F40: hue angle of 359.22º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C3F40 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB1406364-
CMYK00.550.540.45
HSL359.22º37.93%39.8%-
HSV(B)359.22º55%54.9%-
XYZ13.529.55.97-
YUV86.14115.51166.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.43%
GREEN value IS 63 (25% from 255) = 23.60%
BLUE value IS 64 (25.39% from 255) = 23.97%
R=52.43%
G=23.60%
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.45
SystemRedGreenBlueCMYKHSL
Decimal140636400.550.540.45359.2237.9339.8
Hex8C3F40037362D1672628
Octal2147710006766555474650
Binary1000110011111110000000110111110110101101101100111100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C3F40; }

 p { color: rgb(140,63,64); }

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

<style>
 a { background-color: #8C3F40; }

 a { background-color: rgb(140,63,64); }

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

<style>
 span { border-color: #8C3F40; }

 span { border-color: rgb(140,63,64); }

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