Html Css Color HEX #893740 Stiletto

📋 copy color: '#893740'

red 137 ◦ green 55 ◦ blue 64

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

Shades of Stiletto #893740

Tints of Stiletto #893740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.48%

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

R = 53.52%
G = 21.48%
B = 25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#893740 (or 0x893740) is known color: Stiletto. HEX triplet: 89, 37 and 40. RGB value is (137,55,64). Sum of RGB (Red+Green+Blue) = 137+55+64=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #893740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893740 is #76C8BF. Grayscale: #505050. Windows color (decimal): -7784640 or 4208521. OLE color: 4208521.

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

Color convert

RGB 137 55 64 -
CMYK 0 0.60 0.53 0.46
HSL 353.41º 0.43% 0.38% -
HSV(B) 353.41º 0.6% 0.54% -
XYZ 12.61 8.42 5.81 -
YUV 80.54 118.67 168.27 -
System Red Green Blue C M Y K H S L
Decimal 137 55 64 0 0.60 0.53 0.46 353.41 0.43 0.38
Hex 89 37 40 0 3C 35 2E 161 2B 26
Octal 211 67 100 0 74 65 56 541 53 46
Binary 10001001 110111 1000000 0 111100 110101 101110 101100001 101011 100110

Color Harmonies of #893740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893740

Black with #893740

Text Example


Text Example

White with #893740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893740; }

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

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

background-color css

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

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

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

border-color css

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

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

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