Html Css Color HEX #8E3B46 Stiletto

📋 copy color: '#8E3B46'

red 142 ◦ green 59 ◦ blue 70

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

Shades of Stiletto #8E3B46

Tints of Stiletto #8E3B46

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.77%

 BLUE value IS 70 (27.73% from 255) = 25.83%

R = 52.4%
G = 21.77%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#8E3B46 (or 0x8E3B46) is known color: Stiletto. HEX triplet: 8E, 3B and 46. RGB value is (142,59,70). Sum of RGB (Red+Green+Blue) = 142+59+70=271 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.40% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3B46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3B46 is #71C4B9. Grayscale: #555555. Windows color (decimal): -7455930 or 4602766. OLE color: 4602766.

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

Color convert

RGB 142 59 70 -
CMYK 0 0.58 0.51 0.44
HSL 352.05º 0.41% 0.39% -
HSV(B) 352.05º 0.58% 0.56% -
XYZ 13.82 9.32 6.86 -
YUV 85.07 119.5 168.61 -
System Red Green Blue C M Y K H S L
Decimal 142 59 70 0 0.58 0.51 0.44 352.05 0.41 0.39
Hex 8E 3B 46 0 3A 33 2C 160 29 27
Octal 216 73 106 0 72 63 54 540 51 47
Binary 10001110 111011 1000110 0 111010 110011 101100 101100000 101001 100111

Color Harmonies of #8E3B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3B46

Black with #8E3B46

Text Example


Text Example

White with #8E3B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,59,70); }

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

background-color css

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

 a { background-color: rgb(142,59,70); }

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

border-color css

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

 span { border-color: rgb(142,59,70); }

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