#8E3D47

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

Shades of Stiletto #8E3D47

Tints of Stiletto #8E3D47

Color information

#8E3D47 (or 0x8E3D47) is unknown color: approx Stiletto. HEX triplet: 8E, 3D and 47. RGB value is (142,61,71). Sum of RGB (Red+Green+Blue) = 142+61+71=274 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.82% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3D47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3D47 is #71C2B8. Grayscale: #565656. Windows color (decimal): -7455417 or 4668814. OLE color: 4668814.

HSL color Cylindrical-coordinate representation of color #8E3D47: hue angle of 352.59º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E3D47 is Cyan = 0, Magento = 0.57, Yellow = 0.5 and Black (K on CMYK) = 0.44.

Color convert

RGB1426171-
CMYK00.570.50.44
HSL352.59º39.9%39.8%-
HSV(B)352.59º57.04%55.69%-
XYZ13.969.547.07-
YUV86.36119.34167.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.82%
GREEN value IS 61 (24.22% from 255) = 22.26%
BLUE value IS 71 (28.12% from 255) = 25.91%
R=51.82%
G=22.26%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.5
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142617100.570.50.44352.5939.939.8
Hex8E3D47039322C1612828
Octal2167510707162545415050
Binary1000111011110110001110111001110010101100101100001101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,61,71); }

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

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

 a { background-color: rgb(142,61,71); }

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

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

 span { border-color: rgb(142,61,71); }

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