#8C3F45

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

Shades of Stiletto #8C3F45

Tints of Stiletto #8C3F45

Color information

#8C3F45 (or 0x8C3F45) is unknown color: approx Stiletto. HEX triplet: 8C, 3F and 45. RGB value is (140,63,69). Sum of RGB (Red+Green+Blue) = 140+63+69=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3F45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3F45 is #73C0BA. Grayscale: #565656. Windows color (decimal): -7585979 or 4538252. OLE color: 4538252.

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

Color convert

RGB1406369-
CMYK00.550.510.45
HSL355.32º37.93%39.8%-
HSV(B)355.32º55%54.9%-
XYZ13.679.566.76-
YUV86.71118.01166.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.47%
GREEN value IS 63 (25% from 255) = 23.16%
BLUE value IS 69 (27.34% from 255) = 25.37%
R=51.47%
G=23.16%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140636900.550.510.45355.3237.9339.8
Hex8C3F45037332D1632628
Octal2147710506763555434650
Binary1000110011111110001010110111110011101101101100011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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