#8E4243

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

Shades of Stiletto #8E4243

Tints of Stiletto #8E4243

Color information

#8E4243 (or 0x8E4243) is unknown color: approx Stiletto. HEX triplet: 8E, 42 and 43. RGB value is (142,66,67). Sum of RGB (Red+Green+Blue) = 142+66+67=275 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.64% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 67 (26.56% from 255 or 24.36% from 275); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4243 is #71BDBC. Grayscale: #585858. Windows color (decimal): -7454141 or 4407950. OLE color: 4407950.

HSL color Cylindrical-coordinate representation of color #8E4243: hue angle of 359.21º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E4243 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.44.

Color convert

RGB1426667-
CMYK00.540.530.44
HSL359.21º36.54%40.78%-
HSV(B)359.21º53.52%55.69%-
XYZ14.1210.056.51-
YUV88.84115.68165.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.64%
GREEN value IS 66 (26.17% from 255) = 24%
BLUE value IS 67 (26.56% from 255) = 24.36%
R=51.64%
G=24%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142666700.540.530.44359.2136.5440.78
Hex8E4243036352C1672529
Octal21610210306665545474551
Binary10001110100001010000110110110110101101100101100111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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