Html Css Color HEX #893E40 Stiletto

📋 copy color: '#893E40'

red 137 ◦ green 62 ◦ blue 64

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

Shades of Stiletto #893E40

Tints of Stiletto #893E40

RGB

 RED value IS 137 (53.91% from 255) = 52.09%

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

 BLUE value IS 64 (25.39% from 255) = 24.33%

R = 52.09%
G = 23.57%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#893E40 (or 0x893E40) is known color: Stiletto. HEX triplet: 89, 3E and 40. RGB value is (137,62,64). Sum of RGB (Red+Green+Blue) = 137+62+64=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #893E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893E40 is #76C1BF. Grayscale: #545454. Windows color (decimal): -7782848 or 4210313. OLE color: 4210313.

HSL color Cylindrical-coordinate representation of color #893E40: hue angle of 358.4º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #893E40 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 62 64 -
CMYK 0 0.55 0.53 0.46
HSL 358.4º 0.38% 0.39% -
HSV(B) 358.4º 0.55% 0.54% -
XYZ 12.96 9.13 5.93 -
YUV 84.65 116.35 165.34 -
System Red Green Blue C M Y K H S L
Decimal 137 62 64 0 0.55 0.53 0.46 358.4 0.38 0.39
Hex 89 3E 40 0 37 35 2E 166 26 27
Octal 211 76 100 0 67 65 56 546 46 47
Binary 10001001 111110 1000000 0 110111 110101 101110 101100110 100110 100111

Color Harmonies of #893E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893E40

Black with #893E40

Text Example


Text Example

White with #893E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893E40; }

 p { color: rgb(137,62,64); }

 H1.HeaderClassName
 {
   color: #893E40;
 }
 .AnyTagClassName
 {
   color: #893E40;
 }
</style>

background-color css

<style>
 a { background-color: #893E40; }

 a { background-color: rgb(137,62,64); }

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

border-color css

<style>
 span { border-color: #893E40; }

 span { border-color: rgb(137,62,64); }

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