#8C3F46

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

Shades of Stiletto #8C3F46

Tints of Stiletto #8C3F46

Color information

#8C3F46 (or 0x8C3F46) is unknown color: approx Stiletto. HEX triplet: 8C, 3F and 46. RGB value is (140,63,70). Sum of RGB (Red+Green+Blue) = 140+63+70=273 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.28% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3F46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3F46 is #73C0B9. Grayscale: #565656. Windows color (decimal): -7585978 or 4603788. OLE color: 4603788.

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

Color convert

RGB1406370-
CMYK00.550.500.45
HSL354.55º37.93%39.8%-
HSV(B)354.55º55%54.9%-
XYZ13.79.576.92-
YUV86.82118.51165.93-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.28%
GREEN value IS 63 (25% from 255) = 23.08%
BLUE value IS 70 (27.73% from 255) = 25.64%
R=51.28%
G=23.08%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140637000.550.500.45354.5537.9339.8
Hex8C3F46037322D1632628
Octal2147710606762555434650
Binary1000110011111110001100110111110010101101101100011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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