Html Css Color HEX #8E4142 Stiletto

📋 copy color: '#8E4142'

red 142 ◦ green 65 ◦ blue 66

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

Shades of Stiletto #8E4142

Tints of Stiletto #8E4142

RGB

 RED value IS 142 (55.86% from 255) = 52.01%

 GREEN value IS 65 (25.78% from 255) = 23.81%

 BLUE value IS 66 (26.17% from 255) = 24.18%

R = 52.01%
G = 23.81%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#8E4142 (or 0x8E4142) is known color: Stiletto. HEX triplet: 8E, 41 and 42. RGB value is (142,65,66). Sum of RGB (Red+Green+Blue) = 142+65+66=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4142 is #71BEBD. Grayscale: #585858. Windows color (decimal): -7454398 or 4342158. OLE color: 4342158.

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

Color convert

RGB 142 65 66 -
CMYK 0 0.54 0.54 0.44
HSL 359.22º 0.37% 0.41% -
HSV(B) 359.22º 0.54% 0.56% -
XYZ 14.03 9.92 6.33 -
YUV 88.14 115.51 166.42 -
System Red Green Blue C M Y K H S L
Decimal 142 65 66 0 0.54 0.54 0.44 359.22 0.37 0.41
Hex 8E 41 42 0 36 36 2C 167 25 29
Octal 216 101 102 0 66 66 54 547 45 51
Binary 10001110 1000001 1000010 0 110110 110110 101100 101100111 100101 101001

Color Harmonies of #8E4142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4142

Black with #8E4142

Text Example


Text Example

White with #8E4142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E4142;
 }
 .AnyTagClassName
 {
   color: #8E4142;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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