#8C4243

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

Shades of Stiletto #8C4243

Tints of Stiletto #8C4243

Color information

#8C4243 (or 0x8C4243) is unknown color: approx Stiletto. HEX triplet: 8C, 42 and 43. RGB value is (140,66,67). Sum of RGB (Red+Green+Blue) = 140+66+67=273 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.28% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4243 is #73BDBC. Grayscale: #585858. Windows color (decimal): -7585213 or 4407948. OLE color: 4407948.

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

Color convert

RGB1406667-
CMYK00.530.520.45
HSL359.19º35.92%40.39%-
HSV(B)359.19º52.86%54.9%-
XYZ13.789.886.49-
YUV88.24116.02164.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.28%
GREEN value IS 66 (26.17% from 255) = 24.18%
BLUE value IS 67 (26.56% from 255) = 24.54%
R=51.28%
G=24.18%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140666700.530.520.45359.1935.9240.39
Hex8C4243035342D1672428
Octal21410210306564555474450
Binary10001100100001010000110110101110100101101101100111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,66,67); }

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

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

 a { background-color: rgb(140,66,67); }

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

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

 span { border-color: rgb(140,66,67); }

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