Html Css Color HEX #8E3D47 Stiletto

📋 copy color: '#8E3D47'

red 142 ◦ green 61 ◦ blue 71

#8E3D47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stiletto #8E3D47

Tints of Stiletto #8E3D47

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.13% from 255) = 25.91%

R = 51.82%
G = 22.26%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.5

 K value IS 0.44

RGB Variations

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

Color information

#8E3D47 (or 0x8E3D47) is known color: 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

RGB 142 61 71 -
CMYK 0 0.57 0.5 0.44
HSL 352.59º 0.4% 0.4% -
HSV(B) 352.59º 0.57% 0.56% -
XYZ 13.96 9.54 7.07 -
YUV 86.36 119.34 167.69 -
System Red Green Blue C M Y K H S L
Decimal 142 61 71 0 0.57 0.5 0.44 352.59 0.4 0.4
Hex 8E 3D 47 0 39 32 2C 161 28 28
Octal 216 75 107 0 71 62 54 541 50 50
Binary 10001110 111101 1000111 0 111001 110010 101100 101100001 101000 101000

Color Harmonies of #8E3D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3D47

Black with #8E3D47

Text Example


Text Example

White with #8E3D47

Text Example


Text Example

HTML Codes & Css Web 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>