#8F4143

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

Shades of Stiletto #8F4143

Tints of Stiletto #8F4143

Color information

#8F4143 (or 0x8F4143) is unknown color: approx Stiletto. HEX triplet: 8F, 41 and 43. RGB value is (143,65,67). Sum of RGB (Red+Green+Blue) = 143+65+67=275 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 67 (26.56% from 255 or 24.36% from 275); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4143 is #70BEBC. Grayscale: #585858. Windows color (decimal): -7388861 or 4407695. OLE color: 4407695.

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

Color convert

RGB1436567-
CMYK00.550.530.44
HSL358.46º37.5%40.78%-
HSV(B)358.46º54.55%56.08%-
XYZ14.2310.036.5-
YUV88.55115.84166.84-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 52%
GREEN value IS 65 (25.78% from 255) = 23.64%
BLUE value IS 67 (26.56% from 255) = 24.36%
R=52%
G=23.64%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143656700.550.530.44358.4637.540.78
Hex8F4143037352C1662629
Octal21710110306765545464651
Binary10001111100000110000110110111110101101100101100110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,65,67); }

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

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

 a { background-color: rgb(143,65,67); }

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

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

 span { border-color: rgb(143,65,67); }

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