Html Css Color HEX #893B40 Stiletto

📋 copy color: '#893B40'

red 137 ◦ green 59 ◦ blue 64

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

Shades of Stiletto #893B40

Tints of Stiletto #893B40

RGB

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

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

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

R = 52.69%
G = 22.69%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#893B40 (or 0x893B40) is known color: Stiletto. HEX triplet: 89, 3B and 40. RGB value is (137,59,64). Sum of RGB (Red+Green+Blue) = 137+59+64=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #893B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893B40 is #76C4BF. Grayscale: #525252. Windows color (decimal): -7783616 or 4209545. OLE color: 4209545.

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

Color convert

RGB 137 59 64 -
CMYK 0 0.57 0.53 0.46
HSL 356.15º 0.4% 0.38% -
HSV(B) 356.15º 0.57% 0.54% -
XYZ 12.81 8.82 5.88 -
YUV 82.89 117.34 166.59 -
System Red Green Blue C M Y K H S L
Decimal 137 59 64 0 0.57 0.53 0.46 356.15 0.4 0.38
Hex 89 3B 40 0 39 35 2E 164 28 26
Octal 211 73 100 0 71 65 56 544 50 46
Binary 10001001 111011 1000000 0 111001 110101 101110 101100100 101000 100110

Color Harmonies of #893B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893B40

Black with #893B40

Text Example


Text Example

White with #893B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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