Html Css Color HEX #8E3E41 Stiletto

📋 copy color: '#8E3E41'

red 142 ◦ green 62 ◦ blue 65

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

Shades of Stiletto #8E3E41

Tints of Stiletto #8E3E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.16%

R = 52.79%
G = 23.05%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#8E3E41 (or 0x8E3E41) is known color: Stiletto. HEX triplet: 8E, 3E and 41. RGB value is (142,62,65). Sum of RGB (Red+Green+Blue) = 142+62+65=269 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.79% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3E41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3E41 is #71C1BE. Grayscale: #565656. Windows color (decimal): -7455167 or 4275854. OLE color: 4275854.

HSL color Cylindrical-coordinate representation of color #8E3E41: hue angle of 357.75º 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 #8E3E41 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 62 65 -
CMYK 0 0.56 0.54 0.44
HSL 357.75º 0.39% 0.4% -
HSV(B) 357.75º 0.56% 0.56% -
XYZ 13.83 9.58 6.12 -
YUV 86.26 116 167.76 -
System Red Green Blue C M Y K H S L
Decimal 142 62 65 0 0.56 0.54 0.44 357.75 0.39 0.4
Hex 8E 3E 41 0 38 36 2C 166 27 28
Octal 216 76 101 0 70 66 54 546 47 50
Binary 10001110 111110 1000001 0 111000 110110 101100 101100110 100111 101000

Color Harmonies of #8E3E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3E41

Black with #8E3E41

Text Example


Text Example

White with #8E3E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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