#89383E

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

Shades of Stiletto #89383E

Tints of Stiletto #89383E

Color information

#89383E (or 0x89383E) is unknown color: approx Stiletto. HEX triplet: 89, 38 and 3E. RGB value is (137,56,62). Sum of RGB (Red+Green+Blue) = 137+56+62=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #89383E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89383E is #76C7C1. Grayscale: #505050. Windows color (decimal): -7784386 or 4077705. OLE color: 4077705.

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

Color convert

RGB1375662-
CMYK00.590.550.46
HSL355.56º41.97%37.84%-
HSV(B)355.56º59.12%53.73%-
XYZ12.68.495.53-
YUV80.9117.34168.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.73%
GREEN value IS 56 (22.27% from 255) = 21.96%
BLUE value IS 62 (24.61% from 255) = 24.31%
R=53.73%
G=21.96%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137566200.590.550.46355.5641.9737.84
Hex89383E03B372E1642a26
Octal211707607367565445246
Binary100010011110001111100111011110111101110101100100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #89383E;
 }
 .AnyTagClassName
 {
   color: #89383E;
 }
</style>
background-color css

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

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

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

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

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

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