Html Css Color HEX #8E3E43 Stiletto

📋 copy color: '#8E3E43'

red 142 ◦ green 62 ◦ blue 67

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

Shades of Stiletto #8E3E43

Tints of Stiletto #8E3E43

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.88%

 BLUE value IS 67 (26.56% from 255) = 24.72%

R = 52.4%
G = 22.88%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.44

RGB Variations

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

Color information

#8E3E43 (or 0x8E3E43) is known color: Stiletto. HEX triplet: 8E, 3E and 43. RGB value is (142,62,67). Sum of RGB (Red+Green+Blue) = 142+62+67=271 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.40% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 67 (26.56% from 255 or 24.72% from 271); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3E43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3E43 is #71C1BC. Grayscale: #565656. Windows color (decimal): -7455165 or 4406926. OLE color: 4406926.

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

Color convert

RGB 142 62 67 -
CMYK 0 0.56 0.53 0.44
HSL 356.25º 0.39% 0.4% -
HSV(B) 356.25º 0.56% 0.56% -
XYZ 13.89 9.6 6.43 -
YUV 86.49 117 167.59 -
System Red Green Blue C M Y K H S L
Decimal 142 62 67 0 0.56 0.53 0.44 356.25 0.39 0.4
Hex 8E 3E 43 0 38 35 2C 164 27 28
Octal 216 76 103 0 70 65 54 544 47 50
Binary 10001110 111110 1000011 0 111000 110101 101100 101100100 100111 101000

Color Harmonies of #8E3E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3E43

Black with #8E3E43

Text Example


Text Example

White with #8E3E43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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