#8C3E43

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

Shades of Stiletto #8C3E43

Tints of Stiletto #8C3E43

Color information

#8C3E43 (or 0x8C3E43) is unknown color: approx Stiletto. HEX triplet: 8C, 3E and 43. RGB value is (140,62,67). Sum of RGB (Red+Green+Blue) = 140+62+67=269 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.04% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3E43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3E43 is #73C1BC. Grayscale: #555555. Windows color (decimal): -7586237 or 4406924. OLE color: 4406924.

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

Color convert

RGB1406267-
CMYK00.560.520.45
HSL356.15º38.61%39.61%-
HSV(B)356.15º55.71%54.9%-
XYZ13.559.436.42-
YUV85.89117.34166.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.04%
GREEN value IS 62 (24.61% from 255) = 23.05%
BLUE value IS 67 (26.56% from 255) = 24.91%
R=52.04%
G=23.05%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140626700.560.520.45356.1538.6139.61
Hex8C3E43038342D1642728
Octal2147610307064555444750
Binary1000110011111010000110111000110100101101101100100100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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