#893E45

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

Shades of Stiletto #893E45

Tints of Stiletto #893E45

Color information

#893E45 (or 0x893E45) is unknown color: approx Stiletto. HEX triplet: 89, 3E and 45. RGB value is (137,62,69). Sum of RGB (Red+Green+Blue) = 137+62+69=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 62 (24.61% from 255 or 23.13% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #893E45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893E45 is #76C1BA. Grayscale: #555555. Windows color (decimal): -7782843 or 4537993. OLE color: 4537993.

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

Color convert

RGB1376269-
CMYK00.550.500.46
HSL354.4º37.69%39.02%-
HSV(B)354.4º54.74%53.73%-
XYZ13.119.196.71-
YUV85.22118.85164.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.12%
GREEN value IS 62 (24.61% from 255) = 23.13%
BLUE value IS 69 (27.34% from 255) = 25.75%
R=51.12%
G=23.13%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137626900.550.500.46354.437.6939.02
Hex893E45037322E1622627
Octal2117610506762565424647
Binary1000100111111010001010110111110010101110101100010100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893E45; }

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

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

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

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

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

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

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

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