Html Css Color HEX #89373F Stiletto

📋 copy color: '#89373F'

red 137 ◦ green 55 ◦ blue 63

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

Shades of Stiletto #89373F

Tints of Stiletto #89373F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.71%

R = 53.73%
G = 21.57%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#89373F (or 0x89373F) is known color: Stiletto. HEX triplet: 89, 37 and 3F. RGB value is (137,55,63). Sum of RGB (Red+Green+Blue) = 137+55+63=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #89373F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89373F is #76C8C0. Grayscale: #505050. Windows color (decimal): -7784641 or 4142985. OLE color: 4142985.

HSL color Cylindrical-coordinate representation of color #89373F: hue angle of 354.15º 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 #89373F is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 55 63 -
CMYK 0 0.60 0.54 0.46
HSL 354.15º 0.43% 0.38% -
HSV(B) 354.15º 0.6% 0.54% -
XYZ 12.58 8.41 5.66 -
YUV 80.43 118.17 168.35 -
System Red Green Blue C M Y K H S L
Decimal 137 55 63 0 0.60 0.54 0.46 354.15 0.43 0.38
Hex 89 37 3F 0 3C 36 2E 162 2B 26
Octal 211 67 77 0 74 66 56 542 53 46
Binary 10001001 110111 111111 0 111100 110110 101110 101100010 101011 100110

Color Harmonies of #89373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89373F

Black with #89373F

Text Example


Text Example

White with #89373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89373F; }

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

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

background-color css

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

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

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

border-color css

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

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

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