#89373F

Color #89373F Stiletto (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stiletto #89373F

Tints of Stiletto #89373F

Color information

#89373F (or 0x89373F) is unknown color: approx 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

RGB1375563-
CMYK00.600.540.46
HSL354.15º42.71%37.65%-
HSV(B)354.15º59.85%53.73%-
XYZ12.588.415.66-
YUV80.43118.17168.35-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137556300.600.540.46354.1542.7137.65
Hex89373F03C362E1622b26
Octal211677707466565425346
Binary100010011101111111110111100110110101110101100010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89373F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>