#8C4142

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

Shades of Stiletto #8C4142

Tints of Stiletto #8C4142

Color information

#8C4142 (or 0x8C4142) is unknown color: approx Stiletto. HEX triplet: 8C, 41 and 42. RGB value is (140,65,66). Sum of RGB (Red+Green+Blue) = 140+65+66=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4142 is #73BEBD. Grayscale: #575757. Windows color (decimal): -7585470 or 4342156. OLE color: 4342156.

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

Color convert

RGB1406566-
CMYK00.540.530.45
HSL359.2º36.59%40.2%-
HSV(B)359.2º53.57%54.9%-
XYZ13.699.756.31-
YUV87.54115.85165.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.66%
GREEN value IS 65 (25.78% from 255) = 23.99%
BLUE value IS 66 (26.17% from 255) = 24.35%
R=51.66%
G=23.99%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140656600.540.530.45359.236.5940.2
Hex8C4142036352D1672528
Octal21410110206665555474550
Binary10001100100000110000100110110110101101101101100111100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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