Html Css Color HEX #89393E Stiletto

📋 copy color: '#89393E'

red 137 ◦ green 57 ◦ blue 62

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

Shades of Stiletto #89393E

Tints of Stiletto #89393E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.27%

 BLUE value IS 62 (24.61% from 255) = 24.22%

R = 53.52%
G = 22.27%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#89393E (or 0x89393E) is known color: Stiletto. HEX triplet: 89, 39 and 3E. RGB value is (137,57,62). Sum of RGB (Red+Green+Blue) = 137+57+62=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #89393E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89393E is #76C6C1. Grayscale: #515151. Windows color (decimal): -7784130 or 4077961. OLE color: 4077961.

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

Color convert

RGB 137 57 62 -
CMYK 0 0.58 0.55 0.46
HSL 356.25º 0.41% 0.38% -
HSV(B) 356.25º 0.58% 0.54% -
XYZ 12.65 8.59 5.55 -
YUV 81.49 117 167.59 -
System Red Green Blue C M Y K H S L
Decimal 137 57 62 0 0.58 0.55 0.46 356.25 0.41 0.38
Hex 89 39 3E 0 3A 37 2E 164 29 26
Octal 211 71 76 0 72 67 56 544 51 46
Binary 10001001 111001 111110 0 111010 110111 101110 101100100 101001 100110

Color Harmonies of #89393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89393E

Black with #89393E

Text Example


Text Example

White with #89393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89393E; }

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

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

background-color css

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

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

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

border-color css

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

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

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